-
Notifications
You must be signed in to change notification settings - Fork 0
SimbCo/figrails
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a simple example of getting docker-compose up and running with Rails 4.2. 1. Clone the repository 2. docker-compose run web rails new . --force --database=postgresql --skip-bundle 3. Uncommment ruby racer from Gemfile 4. docker-compose build 5. Update database.yml development: &default adapter: postgresql encoding: unicode database: postgres pool: 5 username: postgres password: host: db test: <<: *default database: myapp_test 6. docker-compose up 7. docker-compose run web rake db:create 8. `docker-machine default ip` to get the ip of the server. 9. Open browser to http://<ip>:3000
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published