https://github.com/barrel/wallboard
This is where the wallboard lives.
https://github.com/barrel/wallboard
Last synced: about 1 year ago
JSON representation
This is where the wallboard lives.
- Host: GitHub
- URL: https://github.com/barrel/wallboard
- Owner: barrel
- Created: 2013-07-26T18:28:33.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T19:32:02.000Z (about 11 years ago)
- Last Synced: 2025-02-25T14:32:00.976Z (over 1 year ago)
- Language: JavaScript
- Size: 21.2 MB
- Stars: 3
- Watchers: 37
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Wallboard
=========
This is where the wallboard lives.
### Build Instructions
This project uses [Grunt](http://gruntjs.com) to automate build tasks.
- Install [Node.js](http://nodejs.org)
- Install grunt-cli: `npm install -g grunt-cli`
- Navigate to the project root directory
- Install dev dependencies: `npm install`
- Run `grunt` to compile, or `grunt server` to start a live development environment.
### Things You Should Note
- The backend lives in the [backdoor/](https://github.com/barrel/wallboard/blob/master/backdoor/) directory.
- Database backups are in the [backdoor/db-backups/](https://github.com/barrel/wallboard/blob/master/backdoor/db-backups/) directory.
- Change the database connection file to your configurations here: [con.php](https://github.com/barrel/wallboard/blob/master/con.php).
- Photo Slider uploads go into the ```uploads/``` directory (off root) which is not tracked on git.
- User photo uploads go into the ```uploads/people/``` directory.