Menu

Tree [2ec257] default tip /
 History

Read Only access


File Date Author Commit
 apps 2010-10-21 Dakshina Murthy Dakshina Murthy [82a748] Upgrading latest versions of requirements
 bugs 2010-10-19 Dakshina Murthy Dakshina Murthy [3eacbd] Initialized Ditz bug database
 deploy 2010-10-27 Dakshina Murthy Dakshina Murthy [7035d2] Deployment related cleanup
 docs 2010-09-05 Dakshina Murthy Dakshina Murthy [8c09b7] Changing theme of docs to natures as readthedoc...
 media 2010-10-21 Dakshina Murthy Dakshina Murthy [82a748] Upgrading latest versions of requirements
 requirements 2010-10-27 Dakshina Murthy Dakshina Murthy [0ddd43] removing version number of gdata from requireme...
 scripts 2010-10-27 Dakshina Murthy Dakshina Murthy [2ec257] Small correction
 settings 2010-10-21 Dakshina Murthy Dakshina Murthy [82a748] Upgrading latest versions of requirements
 templates 2010-10-19 Dakshina Murthy Dakshina Murthy [790b7e] Refactored some config stuff
 tests 2010-08-22 Dakshina Murthy Dakshina Murthy [c19481] Small change to testing
 urls 2010-09-05 Dakshina Murthy Dakshina Murthy [345f70] Changing homepage for logged-in users
 .ditz-config 2010-10-19 Dakshina Murthy Dakshina Murthy [3eacbd] Initialized Ditz bug database
 .hgignore 2010-09-04 Dakshina Murthy Dakshina Murthy [1e6ec0] Using ADCtheme for documentation
 CHANGELOG 2010-10-27 Dakshina Murthy Dakshina Murthy [2ec257] Small correction
 LICENSE 2010-08-07 Dakshina Murthy Dakshina Murthy [5bf410] Lots of new functionality. Tons of Cleanup
 README.rst 2010-10-19 Dakshina Murthy Dakshina Murthy [790b7e] Refactored some config stuff
 __init__.py 2010-10-27 Dakshina Murthy Dakshina Murthy [2ec257] Small correction

Read Me

PySIS

Project Home Page : http://bitbucket.org/dkmurthy/pysis

Student Information System, developed with Django and Python. This software is still in development. Not yet ready for production use.

Available Modules:

  • Student Profiles
  • Knowledge Base
  • Institutional Repository (Work-in-progress)

Installation

This software is developed with Django and Python, so technically it should run on all supported platforms. But I tested it only on Linux, specifically Ubuntu 10.04.

Prerequisites

  • Python 2.6
  • pip
  • virtualenv
  • nginx
  • MySQL (optional)

Steps

  1. Install virtualenv and pip

    sudo apt-get install python-pip
    sudo pip install virtualenv
    
  2. Create a new virtualenv

    virtualenv --no-site-packages pysis_env
    source pysis_env/bin/activate
    
  3. Install requirements

    cd /path_to_pysis_project_src_root
    pip install -r requirements/requirements.txt
    
  4. Add pysis to python path. Verify that this command won't throw any error

    >>> import pysis
    
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.