-
Notifications
You must be signed in to change notification settings - Fork 6
Guide
Raj Anand edited this page Aug 30, 2015
·
3 revisions
##Welcome to the Librenote
###Installation
- Create
settings.json
file underconfig
directory. - Start the server by running
start
script file. It will take care of setting up the environment variable. - Never commit your
config/settings.json
in the repo. Check.gitignore
for more such files.
Here is an example settings.json
file.
{
"public":{
},
"development":{
"githubClientId": "xxx",
"githubSecretKey": "yyy"
},
"production":{
}
}