- Explain our embodied making practice
- Document our method and some patterns
- Allow people to participate in our ventures
The application needs a locally configured environment to start. All required properties are in conf/application.conf. This can be done manually or with Heroku Toolbelt:
Create a local configuration in .env file based on server config
heroku plugins:install git://github.com/ddollar/heroku-config.git
heroku config:pull --overwrite --interactiveCreate a Procfile
echo "web: play run \$PLAY_OPTS" > ProcfileNow start the application using foreman
foreman startTo test using local domain (not required), update /etc/hosts
127.0.0.1 local.embodiedmaking.com
The page is now available at http://local.embodiedmaking.com:9000/