forked from rochacbruno-archive/Movuca
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
29 lines (22 loc) · 649 Bytes
/
README
File metadata and controls
29 lines (22 loc) · 649 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
- Movuca is a Social CMS Engine
- [Demo Page](http://movu.ca/demo)
- Inpired by Vikuit.com
- Powered by web2py Python web framework
- needs Python 2.7+
- needs pycrypto
- needs PIL
- needs web2py trunk
- git clone git://github.com/mdipierro/web2py.git web2py
- cd web2py/applications
- git clone git://github.com/rochacbruno/Movuca.git demo
- cd ..
- python web2py.py -a "yourdesiredpassword"
- Go to brower and:
- http://localhost:8000/demo/setup/install
- then
- http://localhost:8000/demo
"""
Movuca - The Social CMS
Copyright (C) 2012 Bruno Cezar Rocha <rochacbruno@gmail.com>
License: LGPLv3 (http://www.gnu.org/licenses/lgpl.html)
"""