Go to file
Gavri 644fb27496 Rajaram/Gavri: Added example responses
Cherry-picked from old github repo by jkoelker

Change-Id: I37cc840ce0c70b123924c78bff6935c99b9d7bc7
2011-12-06 09:19:29 -06:00
bin CLI commands for shared ips 2011-11-21 10:23:33 +05:30
doc Rajaram/Gavri: Added example responses 2011-12-06 09:19:29 -06:00
etc/melange interface has a list of allowed ips 2011-11-10 15:41:15 +05:30
melange Rajaram/Gavri|notifications added for ip block and ip address creation and deletion 2011-11-28 17:48:20 +05:30
tools Rajaram| added httplib2 to pip-requires 2011-11-03 12:13:19 +05:30
.gitignore Gavri/Rajaram|Added api documentation from the wiki 2011-11-30 19:00:53 +05:30
.gitreview Add .gitreview file to support the git-review tool. 2011-11-30 13:29:03 -08:00
.mailmap moved double author to .mailmap 2011-10-07 09:55:17 +05:30
Authors misc changes after rebase from master while moving from bzr 2011-10-07 10:07:11 +05:30
builddeb.sh update copyrights 2010-07-15 01:28:51 -04:00
HACKING typo 2011-07-29 15:58:41 -04:00
LICENSE initial commit 2010-05-27 23:05:26 -07:00
MANIFEST.in remove more nova references 2011-11-01 18:11:11 -05:00
pylintrc remove more nova references 2011-11-01 18:11:11 -05:00
README remove more nova references 2011-11-01 18:11:11 -05:00
run_tests.py de-nova the test runner 2011-11-01 12:56:44 -05:00
run_tests.sh AllowedIps Route with create and index 2011-11-16 12:47:11 +05:30
setup.cfg remove more nova references 2011-11-01 18:11:11 -05:00
setup.py Dont ship a melange-api it doesnt exist. 2011-12-05 13:36:06 -05:00

# Running Melange App
>cd <melange_root>
>cp etc/melange/melange.conf.sample  ~/melange.conf
>bin/melange-manage db_sync
>bin/melange
By default melange uses sqlite, to use Mysql
1) Create the mysql db manually
   Eg: mysql -uroot -p -e "CREATE DATABASE melange_test;CREATE DATABASE melange"
2) Change sql_connection key in melange.conf to point to that db.
   Eg: sql_connection = mysql://<user>:<password>@localhost/melange