web2py-liscio is a content management system (CMS) built on the web2py framework
Learn more about web2py at http://web2py.com
Licensed under the MIT License (MIT)
- Dynamic Page/Menu System
- File Manager
- Custom CSS
- Generated Sitemap
- User Manager
-
Simply install web2py from here http://www.web2py.com/init/default/download
-
Run your installation and access the admin panel (default location with rocket server: http://127.0.0.1:8000/admin/default/site)
-
In the right-hand pane, under Upload and install packed application
-
Enter the name of the application you wish to use (use "init" to automatically setup routing)
-
Enter web2py liscio github clone url in the "Or get from URL" field: https://github.com/peregrinius/web2py-liscio.git
..liscio../models/_db.py
At the end of the db.py file add your desired login details
user1 = db.auth_user.insert( password = db.auth_user.password.validate('frosty')[0], email = 'jack.frost@gmail.com', first_name = 'Jack', last_name = 'Frost', )
The admin section of the page is accessable through /[app_name]/admin
From here your users can manage the content of their website.