Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.

rowanieee/profhacks.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

389 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProfHacks

This repository contains the ProfHacks website to be used for registration and other information to be updated on profhacks.com.

Installation

Windows

  1. Install Git Bash
  2. Download or clone the git repository in Git Bash (git clone https://www.github.com/johnsbuck/profhacks2017)
  3. Install Node.js LTS
  4. Install PostgreSQL
  5. run npm install --local in the Git repository.

Linux/MacOS

  1. Install Git using apt-get (Linux), or XCode (MacOS)
  2. Download or clone the git repository in Git Bash (git clone https://www.github.com/johnsbuck/profhacks2017)
  3. Install Node.js
  4. Install PostgreSQL (MacOS or sudo apt-get install postgresql postgresql-contrib for Linux)
  5. run npm install --local in the Git repository.

Setting Up PostgreSQL

Setup PostreSQL according to your OS, and make sure the postgres service is running. See OS specific instructions. For Debian based linux distros, you can start postgreSQL by running

$ /etc/init.d/postgres start

Access PostgreSQL script and type in the following script:

$ sudo -i
root# psql
CREATE DATABASE "prof";
\connect prof;
CREATE ROLE "hoot" WITH LOGIN SUPERUSER;
\password hoot;

Set the password to "hoot".

Testing

  1. Go to the ProfHacks repository folder.
  2. npm test
  3. Go to localhost:3000 on your browser.
  4. You should see no errors appear from the page or your terminal.

About

Website for Rowan IEEE's annual hackathon

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 6