Add some instructions about configuring for ckeditor

pull/1/head
Raymond Yee 2013-02-04 09:10:17 -08:00
parent 415aa84878
commit fa930e8864
1 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,12 @@ Instructions for setting please are slightly different.
1. `sudo chown celery:celery /var/log/celerybeat`
1. `sudo /etc/init.d/celerybeat start`
## setup to enable ckeditor to work properly
1. `mkdir /var/www/static/media/`
1. `sudo chown ubuntu:www-data /var/www/static/media/`
Updating Production
--------------------