Skip to content

Commit

Permalink
Packages that were needed in my dev env
Browse files Browse the repository at this point in the history
Packages that were needed in my dev env
  • Loading branch information
seefood authored May 13, 2017
1 parent 445dce8 commit 3f4db4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Running-Mastodon/Development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f4db4f

Please sign in to comment.