Python MyCMS 2.0 review

Download
by rbytes.net on

Python MyCMS program is an application development platform built with robust MySQL integration that allows for the easy creation of

License: MIT/X Consortium License
File size: 0K
Developer: Cameron Brown
0 stars award from rbytes.net

Python MyCMS program is an application development platform built with robust MySQL integration that allows for the easy creation of state and event driven Web-based interfaces.

Domain- group-user management is built in for direct, authenticated applicability.

To start the authentication server.

First, make sure that you have the domains entered into the DOMAINS/paths.pkl and DOMAINS/register.pkl with the appropriate instance paths for CUSTOMIZATION imports.

Make sure that authServer.py, lookupServer.py, and groupServer.py (all in MyCMS/server) all point to the correct path for the DOMAIN files above. Below is the default that you will find in these files.

ROOT_DIR = "/usr/pkg/lib/python/site-packages/custom/DOMAINS/"

Note: In a future release, all of this will be a configuration line in a standard configuration file, so that you don't have to do any editing in individual modules.

Once you have all of this set. run /path/to/MyCMS/shellTools/mycmsDaemon start"

You can look to make sure this is running.

What's New in This Release:
This release fixes several bugs and otherwise adds new enhancements to the existing functionality. Most notably, however, and why this becomes 2.0 instead of 1.7, is that it now features the "My Database Manager" GUI which is a PHPMyAdmin-like webapp. My Database Manager is a cgi-based GUI which currently only supports MySQL management. This will be updated in the next release to support more functionality, including multiple authentication methods. If you have any questions regarding installation or use, send an email to cameron@amitconsulting.com, I will try to respond in a timely fashion, but make no guarantees.

Python MyCMS 2.0 search tags