Maps rebuild
git clone
bundle
create and configure your database.yml and application.yml (see .yml.sample files)
rake db:create db:migrate
rspec
or rake 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