James E. Blair dadee9bcf9 Rename .melange-venv to .venv.
This simplifies a number of Jenkins jobs which currently, other
than directory names, could be the same for all OpenStack
projects.  By renaming the virtualenv directory, the redundant
Jenkins virtualenv build and copy jobs can be eliminated.

Change-Id: Ib2acff3dd078f3f13a16172f9068cd2b0620d55f
2011-12-05 13:11:57 -08:00
2011-11-21 10:23:33 +05:30
2011-12-05 13:11:57 -08:00
2011-12-05 13:11:57 -08:00
2011-12-05 13:11:57 -08:00
2011-12-05 13:11:57 -08:00
2010-07-15 01:28:51 -04:00
2011-07-29 15:58:41 -04:00
2010-05-27 23:05:26 -07:00
2011-11-01 18:11:11 -05:00
2011-11-01 18:11:11 -05:00
2011-11-01 18:11:11 -05:00
2011-11-01 12:56:44 -05:00
2011-12-05 13:11:57 -08:00
2011-11-01 18:11:11 -05:00
2011-11-01 13:59:42 -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
Description
No description provided
Readme 11 MiB
Languages
Python 98.4%
Shell 1.6%