This release is a pre-release and may not be stable for production use.
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: python setup.py install)
Demo
solu deploy
solu demodb
solu runserver localhost 8080
Deploy
Create the database and write settings to ini file: 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:
from solu.application import Solu application = Solu('/path/to/deploy.ini')
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file solu-0.1.dev-r54.tar.gz.
File metadata
- Download URL: solu-0.1.dev-r54.tar.gz
- Upload date:
- Size: 161.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87b4353a404048531c8b06ecbcc5856180abe99ae30a9bcfe507dcd78d48b043
|
|
| MD5 |
2792c269b4ee6e5d754c8133c24fc776
|
|
| BLAKE2b-256 |
a6ceb175fc9c00327dc4bc80843ff2d99f2f68f8eced2580433a154f4f2c1818
|