Skip to main content

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

This version

0.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

senex-0.0-py2.7.egg (240.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page