Maps rebuild
- Ruby version: 2.0.0 (p648)
- postgresql 9.4 (with postgis2.1 and postgresql-contrib for hstore)
- redis
- you need to have a execjs runtime (i.e. Nodejs, rhyno, therubyracer)
- imagemagick
-
git clone
-
bundle
-
create and configure your database.yml and application.yml (see .yml.sample files)
-
rake db:create db:migrate
-
rspec
orrake spec
# run ruby tests -
rake konacha:serve
# run js tests on the browser (port 3500) -
./run
runs foreman with the dev procfile
We recomend you to use vagrant:
vagrant up
vagrant ssh
cd meppit; ./bootstrap.sh