This is the online system for UMUNC.
Version 2.0
Now this project contains 5 mainly apps/modules:
####UMUNC-CORE (/umunc) Basic core of system, including settings, common modules and main url config;
####UMUNC-STATIC (/umunc_static) Static files;
####UMUNC-IRIS (/umunc_iris) User center apps;
####UMUNC_CHEETAH (/umunc_cheetah) Live chat apps;
####UMUNC_MPC (/umunc_mpc) Media Center apps;
Sync databases by using: python manage.py syncdb and install it via Apache, mod_wsgi and python2. Seeing Django Documentations.
Tips:
- cache files path: /www/cache/
- Upload files path: /www/upload/
#####Python2 #####Python2 modules
- simplejson
- mod-wsgi
- mysqldb
#####Database (Mysql/MariaDB)
#####Django 1.5+
Tips: Not sure if Django1.7 will support this project currectly.
eastpiger ~ 2015
