We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df9572 commit 8a6105dCopy full SHA for 8a6105d
README.md
@@ -156,8 +156,8 @@ cd PasswordPusher
156
gem install bundler
157
bundle install --without development production test --deployment
158
bundle exec rake assets:precompile
159
-RAILS_ENV=private bundle exec rake db:setup
160
-foreman start internalweb
+RAILS_ENV=private ./bin/rake db:setup
+./bin/rails server --environment=private
161
```
162
163
Then view the site @ [http://localhost:5100/](http://localhost:5100/).
0 commit comments