Copy and edit your .env file. – This should never be committed to the repo.
cp sample.env .env
The .env file contains a few options:
PORT: Port on which this server will be listening.
ENV: development or production are valid entries, and the former will expose ‘/tests’.
DISABLE_CACHE: Controls Mu2’s cache flag. A non-null entry will let caching occur.
appmaker-components
Issues for this project are currently tracked at https://github.com/mozilla/appmaker/issues
Running the Server
Dependencies
Execute
npm installin the application directory:Get the submodules:
Running in Development mode
Configuration for Node
Copy and edit your .env file. – This should never be committed to the repo.
The
.envfile contains a few options:PORT: Port on which this server will be listening.ENV:developmentorproductionare valid entries, and the former will expose ‘/tests’.DISABLE_CACHE: Controls Mu2’s cache flag. A non-null entry will let caching occur.A short example of a complete
.envfile:Start the Server
or
If you need foreman: