Small doc notes

This commit is contained in:
Joshua Hesketh 2013-09-11 12:30:38 +10:00
parent 05d0158c6c
commit af26dbb498
3 changed files with 8 additions and 1 deletions

View File

@ -109,6 +109,11 @@ exist and are writeable by your turbo-hipster user::
mkdir -p /var/cache/pip
chown turbo-hipster:turbo-hipster /var/cache/pip
Edit MySQL's log rotate to ensure it is other writable::
vim /etc/logrotate.d/mysql-server
# edit create 640 to 644.
Start turbo-hipster
-------------------

View File

@ -21,7 +21,7 @@ Typical workflow diagram
------------------------
**clearly this needs a lot of work, however I believe the structure
is mostly there...**
is mostly there... If you know graphviz please help!**
.. graphviz::

View File

@ -38,3 +38,5 @@ chown turbo-hipster:turbo-hipster /var/log/turbo-hipster
mysql -u root -e "create user 'nova'@'localhost' identified by 'tester';"
mysql -u root -e "grant all privileges on nova.* TO 'nova'@'localhost';"
# Fix log rotate for MySQL to be other readable.