Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 552 Bytes

File metadata and controls

17 lines (11 loc) · 552 Bytes

web-rails-simple

Rails Sample Application

Developer Workspace

Contribute

Stack to use

FROM codenvy/ubuntu_rails

How to run

# Description Command
1 Install dependencies cd ${current.project.path} && bundle install
2 Run cd ${current.project.path} && rails server -b 0.0.0.0