Update Development-guide.md
This commit is contained in:
parent
9a89190202
commit
f4e6c29a53
1 changed files with 1 additions and 5 deletions
|
@ -6,15 +6,11 @@ Development guide
|
|||
In fact, all you need is described in the [production guide](Production-guide.md), **with the following exceptions**. You **don't** need:
|
||||
|
||||
- Nginx
|
||||
- SystemD
|
||||
- Systemd
|
||||
- An `.env.production` file. If you need to set any environment variables, you can use an `.env` file
|
||||
- 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
|
||||
|
||||
The command to install Ruby project dependencies is the following:
|
||||
|
||||
bundle install
|
||||
|
|
Loading…
Reference in a new issue