Fixes example steps (#33)
This commit is contained in:
parent
0e498b0e94
commit
8097ca3b8f
|
@ -31,14 +31,14 @@ Super Graph has a rich feature set like integrating with your existing Ruby on R
|
||||||
## Try the demo app
|
## Try the demo app
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# download the Docker compose config for the demo
|
# clone the repository
|
||||||
curl -L -o demo.yml https://bit.ly/2mq05lW
|
git clone https://github.com/dosco/super-graph
|
||||||
|
|
||||||
# setup the demo rails app & database and run it
|
# setup the demo rails app & database and run it
|
||||||
docker-compose -f demo.yml run rails_app rake db:create db:migrate db:seed
|
docker-compose run rails_app rake db:create db:migrate db:seed
|
||||||
|
|
||||||
# run the demo
|
# run the demo
|
||||||
docker-compose -f demo.yml up
|
docker-compose up
|
||||||
|
|
||||||
# signin to the demo app (user1@demo.com / 123456)
|
# signin to the demo app (user1@demo.com / 123456)
|
||||||
open http://localhost:3000
|
open http://localhost:3000
|
||||||
|
|
Loading…
Reference in New Issue