Skip to content
This repository was archived by the owner on Nov 7, 2020. It is now read-only.

Commit

Permalink
Update INSTALLATION.md, add production mode notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalareo authored and thehunmonkgroup committed Jul 15, 2016
1 parent d2ea5bc commit 84c7a6c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,14 @@ Alternately, you can skip selenium tests (which are very slow) outright by setti

$ SKIP_SELENIUM_TESTS=1 npm test

G. Production Mode
------------------

You must set NODE_ENV variable to "production" before starting the node server.
For example, from Bash command line:

```export NODE_ENV=production```

Production mode uses pre-compiled JS/CSS. They can be compiled using:

```node bin/compile-assets.js```

0 comments on commit 84c7a6c

Please sign in to comment.