https://github.com/unclechu/test-01
https://github.com/unclechu/test-01
livescript stylus
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unclechu/test-01
- Owner: unclechu
- License: agpl-3.0
- Created: 2015-04-08T21:10:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T22:44:41.000Z (about 10 years ago)
- Last Synced: 2024-12-27T22:21:26.298Z (4 months ago)
- Topics: livescript, stylus
- Language: LiveScript
- Size: 262 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
test-01
=======Deploy
------1. Pull git submodules:
```bash
$ git submodule update --init
```
2. Copy [config.yaml.example](./config.yaml.example) to `config.yaml`:```bash
$ cp config.yaml.example config.yaml
```And set correct 'DATABASE' in `config.yaml`;
3. Install dependencies and build front-end:```bash
$ npm install
```4. Run HTTP server:
```bash
$ ./start-server.sh
```