Skip to content
Hackathon application and user information system
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
controllers
lib
models
public Remove old JS file Oct 21, 2015
react
scripts Fixed errors when interacting with database Feb 14, 2016
views
.gitignore
.hhconfig
CONTRIBUTING.md
LICENSE
README.md
RoboFile.php
app.php Get the application in a stable state Aug 26, 2015
composer.json
composer.lock
exampleconfig.ini
gulpfile.js Move Settings to React Oct 14, 2015
nucleus.png
package.json

README.md

Nucleus
Software License Code Climate Dependency Status

Hackathon attendee identity system and application portal

Installation

Setup Environment

You can find instructions to setup the Nucleus environment on the wiki.

Setup configurations

In the root of the project folder, there it the file exampleconfig.ini. Copy this to config.ini and fill out the desired fields. The DB fields are necessary for the service to run.

Install dependencies

In the root of the project folder, run composer install to install the PHP dependencies, and npm install for the frontend dependencies.

Build the Frontend

In the root of the project folder, run gulp build to compile the frontend.

Learn more about how Nucleus works on the wiki.

You can’t perform that action at this time.