niche/NOTES.txt

21 lines
415 B
Plaintext
Raw Permalink Normal View History

2013-01-18 04:50:35 +01:00
Dependancies
------------
apt-get install python-passlib python-webpy python-pip python-mysqldb
pip install bleach
2012-05-05 12:12:43 +02:00
mysql
-----
mysqladmin -u root -p create niche
mysql -u root -p niche
CREATE USER 'niche'@'localhost' IDENTIFIED BY 'whatever';
GRANT ALL PRIVILEGES ON niche.* TO 'niche'@'localhost';
2013-01-18 04:50:35 +01:00
mysql -u niche -p niche < schema.sql
2012-05-05 12:12:43 +02:00
Sanitizing
----------
bleach looks fine https://github.com/jsocol/bleach