Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.1 KB

cs309t13 Project

Setup:

  1. Clone this repository
  2. Install Maven and Tomcat. If on os x, installing homebrew and running make setup-mac will do this for you
  3. make install to install dependencies for the project
  4. make run to run the application on localhost:8080/
  5. By default the admin login has username: intramurals and password: password

Database:

  • A local MySQL database should be used for local testing. To do this, MySQL will have to be installed on your computer.
  • You can start it by running mysql.server start via command line.
  • You should have the root user configured to have no password to allow connection (this is the default).
  • It should also be up to date with the "intialize_database.sql" in src/main/resources.

Using Bootstrap:

Bootstrap will be stored on local development machines in order to speed up pushing and pulling from Github.

  1. Download Bootstrap from the Bootstrap Website by scrolling down and clicking "Compile and Download".
  2. Unzip the folder and add it to your project directory under src/main/webapp/resources/js/