Skip to content

james-burke-codes/web2py-liscio

Repository files navigation

Readme

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)

Features

  • Dynamic Page/Menu System
  • File Manager
  • Custom CSS
  • Generated Sitemap
  • User Manager

Install

  1. Simply install web2py from here http://www.web2py.com/init/default/download

  2. Run your installation and access the admin panel (default location with rocket server: http://127.0.0.1:8000/admin/default/site)

  3. In the right-hand pane, under Upload and install packed application

  4. Enter the name of the application you wish to use (use "init" to automatically setup routing)

  5. Enter web2py liscio github clone url in the "Or get from URL" field: https://github.com/peregrinius/web2py-liscio.git

Setup

Initialise Super Admin (yourself)

..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', )

Admin

The admin section of the page is accessable through /[app_name]/admin

From here your users can manage the content of their website.

About

A simple Content Management System built on the web2py framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published