Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor text change for database.html #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion database.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 id="lifescope-database">LIFESCOPE DATABASE</h1>
<p>The lifescope data-structure is designed to be a simple common schema (inspired by <a href="http://schema.org">schema.org</a> best practices). LIFESCOPE currently enforces user level security with only Admin, User, and Public security levels. Currently designed around whole DB backups on a scheduled basis and easy data rebuilds. Focus is to build every component around the GraphQL API so the DB backend is eventually pluggable (PostgresQL Protocol etc.).</p>
<p><strong>LIFESCOPE currently requires a MongoDB instance to run.</strong></p>
<p>We suggest creating a free instance of <a href="https://www.mongodb.com/cloud/atlas">MongoDB Atlas</a> to test things out. When the free instance is created, click the ‘Connect’ button. You’ll need to whitelist the IP address(es) that will be connecting to it, or use 0.0.0.0/0 to allow all incoming traffic. You’ll have to copy the Connection URI into ‘databases.mongo.address’ in config/default.json, making sure to fill in the password and database name. You can use ‘admin’ as the database name since our code specifies the ‘lifescope’ database whenever it reads from or writes to Mongo.</p>
<h2 id="install-dependencies-and-fill-in-remote-map-ids">Install dependencies and fill in Remote Map IDs</h2>
<h2 id="install-dependencies-and-fill-in-remote-map-ids">Install local dependencies and fill in Remote Map IDs</h2>
<p>All the migration scripts are currently in LIFESCOPE-etl /archive/</p>
<p>Install brew</p>
<p><code>/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</code></p>
Expand Down