Skip to content
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.

KeltonKarboviak/Csci513_1

Repository files navigation

CSci513_1

This is my submission for the Advanced Database course (CSCI 513) at the University of North Dakota. The project requirements can be found at http://wenchen.cs.und.edu/course/513/2/1.html.

How To Use

  1. Clone the repository.
git clone https://github.com/KeltonKarboviak/CSci513_1.git
  1. Create a .env file for the Oracle DB credentials and the admin password. An example of the environment keys can be found in .env.example.
cp .env.example .env
cp java.env.example java.env
  1. Download the Open Iconic icon set into the project root.
wget -O open-iconic.zip http://github.com/iconic/open-iconic/archive/master.zip
unzip open-iconic.zip
rm open-iconic.zip
  1. Download a local version of jQuery. This is used as a fallback.
mkdir js/vendor
wget -O js/vendor/jquery-3.2.1.min.js https://code.jquery.com/jquery-3.2.1.min.js
  1. Create python virtual environment & install dependencies. This is assuming you already have pip installed.
pip install virtualenv

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Note: the virtualenv can be deactivated simply by running the below

deactivate
  1. Compile java files.
javac cgi-bin/*.java
  1. Update file permissions.
chmod -R 755 cgi-bin

About

Programming Exercise 1 for Csci 513 at the University of North Dakota

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published