-
Notifications
You must be signed in to change notification settings - Fork 2
Configure FireREST
firepick1 (pixel) edited this page Jul 17, 2014
·
23 revisions
fire/config myconfig.json
To customize FireREST, you'll need to provide a custom version of config.json file. This documentation assumes that your current directory is FireREST:
ssh pi@firepick
cd FireREST
Store custom configurations in a folder such as ~/.firerest
:
mdkir ~/.firerest
- Copy default configuration to start with:
cp www/firerest/config.json ~/.firerest/myconfig.json
- Edit
~/.firerest/myconfig.json
with your favorite editor - For more configuration information see config.json
fire/config ~/.firerest/myconfig.json
- Verify your changes
node server/firerest.js
fire/config -e examples/400x400.json