Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Aug 7, 2012
1 parent 750f319 commit 642cc61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ JWS API
Documentation can be found at: http://ws-api.cloudaccess.net/ws/www/docs

## Setup ##
If you want to setup your API you should follow then next steps:
If you want to setup the API on your server, you should follow then next steps:
- Create a database and then execute the code from database/ws.sql
- Create a config.json in the config folder or edit the existing confid.dist.json. You should configure db_driver, db_host, db_user, db_pass and db_name
- Create a config.json file in the config folder or edit the existing confid.dist.json
- Configure the database fields: *db_host*, *db_user*, *db_pass* and *db_name*
- Configure the app fields: *app_timezone*, *app_token*
2 changes: 1 addition & 1 deletion config/config.dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"app_mail_address":"",
"app_timezone":"Romania/Bucharest",
"app_description":"",
"app_token":"B5BhjfY42veydBPc",
"app_token":"",
"app_list_limit":"20",
"app_feed_limit":"10",
"app_feed_email":"author",
Expand Down

0 comments on commit 642cc61

Please sign in to comment.