Packages that were needed in my dev env

Packages that were needed in my dev env
This commit is contained in:
Ira 2017-05-13 18:11:55 +03:00 committed by GitHub
parent 445dce8ae4
commit 3f4db4fe31
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ In fact, all you need is described in the [production guide](Production-guide.md
- To prefix any commands with `RAILS_ENV=production` since the default environment is "development" anyway
- Any cronjobs
Ubuntu dependencies for a development environment (bundler will fail if these are not installed in advance)
sudo apt-get install libpq-dev libssl-dev libprotobuf-dev protobuf-compiler ; sudo gem update --no-ri --no-rdoc
The command to install Ruby project dependencies is the following:
bundle install --with development