Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 979 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 979 Bytes

Embodied making website

http://www.embodiedmaking.com

  • Explain our embodied making practice
  • Document our method and some patterns
  • Allow people to participate in our ventures

Testing locally

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 --interactive

Create a Procfile

echo "web: play run \$PLAY_OPTS" > Procfile

Now start the application using foreman

foreman start

Local setup

To 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/