Maker Party 2014
Перейти к файлу
William Duyck 0a9c919f24 ignore cachefile 2014-06-09 14:35:45 +01:00
bin No longer doing stats generation in main thread 2014-06-09 12:00:12 +01:00
locale/en_US Add partners logo & move partners agreements docs to /partners page 2014-05-08 09:47:24 -07:00
public Added more partner logos 2014-05-23 15:43:36 -07:00
views Added more partner logos 2014-05-23 15:43:36 -07:00
.bowerrc Initial setup 2014-03-19 15:17:49 -07:00
.env-dist initial pass at generating needed stats for MP heatmap 2014-05-24 02:20:03 +01: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 No longer doing stats generation in main thread 2014-06-09 12:00:12 +01:00
bower.json Fix broken /resources page layout by renaming the 'resources' folder in 'public' to 'party-resources' 2014-05-06 11:09:27 -07:00
event-stats.json No longer doing stats generation in main thread 2014-06-09 12:00:12 +01:00
gtf-ignored-keys.json add missing file 2014-04-07 12:22:38 -07:00
package.json Better comments + better method of dealing w/ countries 2014-06-09 10:40:51 +01: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.