https://github.com/wkentaro/dakoku
dakoku
https://github.com/wkentaro/dakoku
Last synced: 6 months ago
JSON representation
dakoku
- Host: GitHub
- URL: https://github.com/wkentaro/dakoku
- Owner: wkentaro
- Created: 2015-11-23T04:09:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T13:11:15.000Z (almost 10 years ago)
- Last Synced: 2025-02-28T04:57:18.876Z (8 months ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dakoku
## setup
0. execute setup script
```bash
./install.sh
```1. edit `config.sample`, then rename it to `config.json`
2. edit `schedule.sample`, then rename it to `schedule.json`
3. execute
```bash
pm2 start pm2.json # launch as daemon
```4. register as permanent node
```bash
pm2 startup pm2.json
```
5. stop```bash
pm2 stop dakoku
```