Browse Source

Updated readme

Ralfp 12 years ago
parent
commit
a58ce97073
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -45,6 +45,10 @@ After you set low-level configuration of Misago, fire following commands on mana
 Misago stands on shoulders of Django and Django documentation covers deployment of apps extensively:
 https://docs.djangoproject.com/en/dev/howto/deployment/
 
+Don't forget to set up maintenance cronjobs to keep your database clean, look into cront.txt file to see what crons to set up.
+
+While Misago will run without cache set up, you are stronly encouraged to set one up for it.
+
 ### WARNING!
 
 Misago is not production ready! Don't ever use it in anything thats anywhere close to production enviroment!