Skip to content

Commit 8a6105d

Browse files
authored
Update 'from source' instructions
1 parent 2df9572 commit 8a6105d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ cd PasswordPusher
156156
gem install bundler
157157
bundle install --without development production test --deployment
158158
bundle exec rake assets:precompile
159-
RAILS_ENV=private bundle exec rake db:setup
160-
foreman start internalweb
159+
RAILS_ENV=private ./bin/rake db:setup
160+
./bin/rails server --environment=private
161161
```
162162

163163
Then view the site @ [http://localhost:5100/](http://localhost:5100/).

0 commit comments

Comments
 (0)