Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install solu

How to install solu

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install solu
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1 Available View build log
Windows (64-bit)
0.1 Available View build log
Mac OS X (10.5+)
0.1 Available View build log
Linux (32-bit)
0.1 Available View build log
Linux (64-bit)
0.1 Available View build log
 
License
The Open Software License 3.0
Imports
Lastest release
version 0.1 on Jan 5th, 2011

Solu is a simple web application meant for making it easy to find colleagues, meeting rooms and other resources in an office. It has a self service model without any authentication or permission checks, where anyone can find and update any resource's information.

The name "Solu" comes from "Self-service Office Locator and Updater". It is also a word in the Finnish language and means "cell" (biology).

Install

  • easy_install solu
  • (OR if you don't have setuptools installed, download the sources and then:

System Message: WARNING/2 (<string>, line 18)

Bullet list ends without a blank line; unexpected unindent.

python setup.py install)

Demo

  • solu deploy
  • solu demodb
  • solu runserver localhost 8080

Deploy

  • Create the database and write settings to ini file:

System Message: WARNING/2 (<string>, line 31)

Bullet list ends without a blank line; unexpected unindent.

solu deploy --url="sqlite:///solu.db" --data="./data" (you might want to use a different database engine and absolute data url) - Copy your office map file into ./data/maps/map.png file - Either serve with Werkzeug's webserver, for example: solu runserver localhost 8080 - Or create a WSGI configuration file that gets invoked with your favorite WSGI gateway. Sample configuration:

System Message: WARNING/2 (<string>, line 39)

Literal block expected; none found.

from solu.application import Solu application = Solu('/path/to/deploy.ini')

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.