senex
Project description
Senex is a web application for high-level administration of Online Linguistic Database (OLD) applications.
With Senex installed, you can do the following (either from a web interface or via the command line on your server):
install the OLD software and its dependencies
create new OLD instances (e.g., for particular lanaguages)
start and stop existing OLD instances
Requirements
Right now Senex will only work with Ubuntu servers. Versions 10.04 and 14.04 are being targeted.
The following must be installed in order for Senex to work. It can install the rest of its requirements and the rest of the OLD’s requirements on its own.
Python 2.6 or 2.7
MySQL server
Apache 2
git
TODO
Create a bash install script for Senex itself.
Add Python-crontab as a dependency in setup.py. From buildold:
Python-crontab (https://pypi.python.org/pypi/python-crontab) should be installed if you want the OLD-restart cronjob to be created for you. But the script will still work without it.
Creating a Development Setup for Senex
If you don’t have Python setuptools installed in your system Python, install it:
$ sudo apt-get install python-setuptools
If you don’t have Python’s virtualenv installed in your system Python, then install it using easy_install from setuptools:
$ sudo easy_install virtualenv
Create and activate a virtual environment:
$ virtualenv env $ source env/bin/activate
Download the Senex repo and install its dependencies:
$ git clone https://github.com/jrwdunham/senex.git $ cd senex $ python setup.py develop
Create Senex’s database tables and serve it:
$ initialize_senex_db development.ini $ pserve development.ini
0.0
Initial version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file senex-0.0-py2.7.egg
.
File metadata
- Download URL: senex-0.0-py2.7.egg
- Upload date:
- Size: 240.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 536c7a811a08246e6233d1c05bc66121b3a7238984d9a30e97d70693f2f2ec8f |
|
MD5 | 766814ed441d19144ccb167320fce048 |
|
BLAKE2b-256 | 5c99e1622df4b94aafa64c0ff6bfad49864948060899b66e003fbc3e315380e9 |