Skip to content

wellsie1116/Mobile-Beta-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You'll also need a config.cfg in the same directory as the cgi script
(use symlinks to keep this out of your cgi-bin). It should look like this:

[Database]
connection=sqlite:///beta.db.sqlite

[Gmail]
username=myusername@gmail.com
password=mygmailpassword

[Site]
scriptURL=http://path/to/actions.py


==WSGI==

Make sure mod_wsgi is installed and loaded by Apache.

In your VirtualHost definition, define a script alias to the actions.py script:

WSGIScriptAlias /mobile/ /path/to/repository/actions.py


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages