https://github.com/hogesuke/picob
毎日の気分を記録するWEBアプリ
https://github.com/hogesuke/picob
knockoutjs nodejs
Last synced: about 2 months ago
JSON representation
毎日の気分を記録するWEBアプリ
- Host: GitHub
- URL: https://github.com/hogesuke/picob
- Owner: hogesuke
- Created: 2013-12-18T22:01:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T16:16:58.000Z (about 10 years ago)
- Last Synced: 2024-04-13T10:00:35.999Z (about 2 years ago)
- Topics: knockoutjs, nodejs
- Language: CSS
- Homepage: http://picob.net/
- Size: 5.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
picob
=======
毎日の気分を記録するWebサービス
http://picob.net
#### スクリーンショット


#### 自分用メモ
##### 起動
```
nvm use 4 # NOTE 0.11.xだとOAuthでエラーとなるので注意
cd /var/www/html/picob
forever start server.js NODE_ENV=production
```
##### 停止
```
forever list
forever stop
```