OpenDev Sysadmins 2367bba36f OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:26:11 +00:00
2012-03-23 11:41:51 -07:00
2012-03-15 18:12:35 -05:00
2012-03-09 11:32:37 +00:00
2012-02-09 13:49:18 -06:00
2019-04-19 19:26:11 +00:00
2011-12-05 13:11:57 -08:00
2010-05-27 23:05:26 -07:00
2011-11-01 18:11:11 -05:00
2011-11-01 12:56:44 -05:00
2012-02-14 12:38:23 -06:00
2012-02-09 13:49:18 -06:00

# Running Melange App
>cd <melange_root>
>sudo pip install -r tools/pip-requires
>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%