Skip to content

superisaac/status-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Status engine

Status engine is a site built on Google App Engine for collaborations within small organizations.

You can update status, paste a image(link), flash video or map, hold meetings and share articles

A demo site is at http://status-engine.appspot.com

Features

  • update status to all subscribers(follow), with attachments(image, map, flash video)
  • create meetings, invite people to join the meeting
  • write articles, edit articles in a wiki style.

Installation

  • cd src
  • create a python file local_settings.py, copy and override the following variables
    • NEWS_USER user news is a pseudo user that notify latest changes within the site.
    • NEWS_PASSWORD the password of news user
    • MAP_KEY apply the map key from http://code.google.com/apis/maps/signup.html according to your server address or the map would not be showed correctly.
  • cp app.yaml.sample app.yaml
    change app.yaml, set application to the name of your google app engine
  • deploy to appspot
    appcfg.py update src

Index building may take some hours

  • Do migration after the indexes are build, by visit http://yourapp.appspot.com/siteadmin/migration from a browser
  • Then the site is ready now.

About

Status engine is a site built on Google App Engine for collaborations within small organizations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published