Skip to content

nervousnet/nervousnet-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nervousnet Proxy

How to run it :

Step 1: Install and setup mysql
a. Download mysql http://dev.mysql.com/downloads/mysql/ for your system
b. Install mysql and run it
c. Create an account for a user user having password password
d. Create a database db in which you wish your data to be stored.

Step 2: Configure and run the proxy.
a. Download the entire https://github.com/nervousnet/nervousnet-proxy/tree/master/proxy/proxy/build folder.
b. Modify the config.xml file, setting the attributed sqlUsername, sqlPassword, sqlDatabase to user, password and db.
c. Start the proxy from the console by running bash proxy-start.sh

Step 3: Stopping the server
In case you want to stop the server just run bash proxy-stop.sh