Skip to content

danhper/net-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Net Portal 2.0

Replacement for Waseda Net Portal to get a usable interface. Only the Course Navi module is being developed at the present. Other modules will come later.

Local install

Dependencies

As Django does not support Python 3 yet, all the code are written in Python 2.

These dependencies can be installed automatically by running.

python2 setup.py develop

Postgresql needs to be installed and pg_config available on the path for psycopg2 to be installed properly.

Installation

Run

python2 scripts/parse_subjects.py

to generate the initial database data (it may take a while) and

python2 scripts/generate_keys.py OUTPUT_DIR

to generate RSA keys to use in the program.

Check the database settings in src/net_portal/settings.py and sync the database (it may take a while) by running

python2 src/django_app/manage.py syncdb

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published