Skip to content

Commit

Permalink
change commands to remove redundant pieces to prioritize yarn run
Browse files Browse the repository at this point in the history
devsetup

Streamlines the new dev experience
  • Loading branch information
aronasorman committed Aug 27, 2018
1 parent 1260469 commit cea705a
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,24 +222,18 @@ All the javascript dependencies are listed in `package.json`. To install them ru

CREATE DATABASE "gonano" WITH TEMPLATE = template0 OWNER = "learningequality";

5. Make sure the Redis server is running (used for job queue)

service redis-server start
# mac: redis-server /usr/local/etc/redis.conf

6. Start the minio server

MINIO_ACCESS_KEY=development MINIO_SECRET_KEY=development minio server ~/.minio_data



##### Run all database migrations and load constants

You'll only need to run these commands once, to setup the necessary tables and
constants in the database:

make migrate collectstatic
cd contentcuration; python manage.py setup --settings=contentcuration.dev_settings; cd ..
# On one terminal, run all external services
$ yarn run services

# On another terminal, run devsetup to create all the necessary tables and buckets
$ yarn run devsetup

##### Start the dev server

Expand Down

0 comments on commit cea705a

Please sign in to comment.