Skip to content

jkva/embodiedmaking-com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Old Embodied Making commercial site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 69.0%
  • CSS 29.9%
  • CoffeeScript 1.1%