Maker Party 2014
Перейти к файлу
Jon Buckley 8eda316bf1 3.0.1 2014-09-29 13:01:40 -04:00
lib Fix bug 1067405 - Move event stats within process 2014-09-16 17:14:16 -04:00
locale/en_US Copy and styling tweaks 2014-09-19 13:35:17 -07:00
public Copy and styling tweaks 2014-09-19 13:35:17 -07:00
stats_cache Fix bug 1067405 - Move event stats within process 2014-09-16 17:14:16 -04:00
views Copy and styling tweaks 2014-09-19 13:35:17 -07:00
.bowerrc Initial setup 2014-03-19 15:17:49 -07:00
.gitignore ignore cachefile 2014-06-09 14:35:45 +01:00
.jsbeautifyrc Initial setup 2014-03-19 15:17:49 -07:00
.jshintrc Initial setup 2014-03-19 15:17:49 -07:00
Gruntfile.js Remove some variables and fix some nunjucks stuff 2014-04-25 23:54:19 -04:00
LICENSE Add License - MPL 2.0 2014-05-05 14:50:37 -07:00
Procfile Fix Procfile 2014-05-05 12:30:18 -07:00
README.md I banish thee to the delete buffer you rogue ] 2014-05-20 15:25:04 -04:00
app.js Copy and styling tweaks 2014-09-19 13:35:17 -07:00
bower.json quilt updated to use latest supportopen w/ require support 2014-07-28 15:48:05 +01:00
defaults.env Fix bug 1067405 - Move event stats within process 2014-09-16 17:14:16 -04:00
gtf-ignored-keys.json add missing file 2014-04-07 12:22:38 -07:00
package.json 3.0.1 2014-09-29 13:01:40 -04:00

README.md

makerparty

Makerparty 2014 is happening and we need to spread the word.

Installation

To successfully install and run makerparty you must have the following prerequisites installed:

Once you have installed these prerequisites, you can install makerparty by running the following commands:

  • git clone https://github.com/mozilla/makerparty.git
  • cd makerparty
  • npm install
  • cp env.dist .env

Running the Server

To run the server locally, run grunt. To run the server in production you must run grunt heroku to compile assets and then node app.js to run the server

Configuration

You can configure the server by modifying the .env file or setting environment variables. The settings you can change are:

  • PORT - The port the server binds to. Defaults to 5000.
  • SUPPORTED_LANGS - An array of languages the server supports. Defaults to [ '*' ] which means any languages in the locale/ directory.