https://github.com/unclechu/challenge-01
https://github.com/unclechu/challenge-01
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unclechu/challenge-01
- Owner: unclechu
- License: agpl-3.0
- Created: 2015-02-05T17:08:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T11:26:01.000Z (over 11 years ago)
- Last Synced: 2024-12-27T22:24:46.861Z (over 1 year ago)
- Language: CoffeeScript
- Size: 430 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deploy
1. Clone this repo and go to directory:
```bash
$ git clone https://github.com/unclechu/challenge-01
$ cd challenge-01
```
2. Sync submodules:
```bash
$ git submodule update --init
```
3. Install dependencies (it will deploy front-end and other stuff too):
```bash
$ npm install
```
4. Copy [config.json.example](./config.json.example) to `config.json` and do changes in `config.json` if you need it;
5. Fill database with some test data:
```bash
$ ./fill-db-with-test-data.coffee
```
6. Run start script:
```bash
$ ./start.sh
```
And open page in browser.