Untitled

 avatar
unknown
plain_text
a year ago
439 B
3
Indexable
Simple intructions:
- Install docker;
- Try to run docker;
- Install asdf;
- Gem update
- Install ruby stable version;
- Install Raills stable version;
- Intall nodejs stable version;
- Start docker
- Run: 
  - bundle install
  - bundle e rails db:setup
  - bundle e rails db:migrate
  - bundle e rails s

sudo docker-compose --env-file docker/env.dev -f docker/docker-compose.elasticsearch.yml -f docker/docker-compose.postgres.yml stop\n
Editor is loading...
Leave a Comment