You are writing a comment about Installing a Development Deployment of LifeFlow, a Django Blog Solution, here is a quick summary:
Comprehensive instructions on installing and setting up a local deployment of LifeFlow (for those who are moderately in the Django know). This should be all you need to get started using LifeFlow, but I will have another entry soon detailing the little tricks and tips that make LifeFlow helpful.
You are responding to this comment written by diN0bot on July 14th 2008, 00:53.
ps: moved to [http://github.com/lethain/lifeflow/tree/master]
git clone git://github.com/lethain/lifeflow.git lifeflow_src
see more recent (http://lethain.com/entry/2008/jul/07/release-of-lifeflow-0-91/ "post")
useful mysql commands:
replace ##x## with appropriate values. you'll need these for your django settings.py file.
mysql> create database ##db name##;
mysql> use mysql;
mysql> INSERT INTO user (Host,User,Password) VALUES('localhost','##some username##',PASSWORD('##some password##'));
mysql> INSERT INTO db (Host,Db,User,Select_priv,Insert_priv,Update_priv,Delete_priv,Create_priv,Drop_priv,Grant_priv,References_priv,Index_priv,Alter_priv,Create_tmp_table_priv,Lock_tables_priv) VALUES('localhost','##db name##','##username##','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
(all privileges are prolly not necessary...eit)
Please be aware that comment forms go stale after one hour.
Comments may make use of LifeFlow MarkDown. Raw html will be escaped.
Quick Introduction to LifeFlow MarkDown Syntax
A highlighted code block:
Other common languages work as well: scheme, python, java, html, etc.
Other markdown syntax: