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 contains more AJAX widgets/support.
· It also includes enhancements to the database manager and related SQL storage models that allow for tables with no keys, or with keys from mixed columns.
Product's homepage