* install openbabel as described in its [documentation](https://github.com/cubuslab/openbabel/blob/master/INSTALL)
## rmagick
*`brew install imagemagick gs` for OSX
*`apt-get install libmagickcore-dev libmagickwand-dev` for linux
...
...
@@ -17,6 +17,17 @@
* Execute `bundle install`.
* Execute `rake db:reset` (this creates and seeds the database).
# Deployment notes
The search feature uses the Postgres extension pg_trgm (http://www.postgresql.org/docs/9.3/static/pgtrgm.html). For the first installation on the production machine you have to install the `postgres-contrib` package in order to enable Postgres extensions.
Just restart Postgres after installing the package.
If you like to reset the database (after `cap production deploy`) you have to execute the following commands (under the assumption your production database is called `chemotion`)