You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone [email protected]:pglombardo/PasswordPusher.git
cd PasswordPusher
gem install bundler
bundle install --without development production test --deployment
bundle exec rake assets:precompile
RAILS_ENV=private bundle exec rake db:setup
foreman start internalweb
Then view the site @ http://localhost:5000/.
we should provide a ruby executable to do this in one step. So the resulting instructions would be:
git clone [email protected]:pglombardo/PasswordPusher.git
cd PasswordPusher
./bin/run_private
Then view the site @ http://localhost:5000/.
That script can/should also:
Validate Ruby version
Existence of required base gems (e.g. bundler)
etc...
The text was updated successfully, but these errors were encountered:
Instead of:
we should provide a ruby executable to do this in one step. So the resulting instructions would be:
That script can/should also:
etc...
The text was updated successfully, but these errors were encountered: