Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g0v/vtaiwan.tw
[舊版] 行政院法規線上諮詢系統
https://github.com/g0v/vtaiwan.tw
Last synced: 9 days ago
JSON representation
[舊版] 行政院法規線上諮詢系統
- Host: GitHub
- URL: https://github.com/g0v/vtaiwan.tw
- Owner: g0v
- License: cc0-1.0
- Created: 2014-12-20T07:22:12.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-02-23T08:57:04.000Z (over 6 years ago)
- Last Synced: 2024-07-31T22:37:54.828Z (3 months ago)
- Language: HTML
- Homepage: https://g0v.hackpad.com/oWRxOF4ilfx
- Size: 12 MB
- Stars: 9
- Watchers: 137
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-g0v - vtaiwan.tw - 行政院法規線上諮詢系統 (Open Data Open Gov / 開放資料、開放政府 / 法制與政府組織(立法及法律、政府架構與人事、司法及判決))
README
開發請改到這裡: http://github.com/g0v/vue.vtaiwan.tw
This repository is not actively maintained; the current
https://vtaiwan.tw/ site is being developed in this repository:http://github.com/g0v/vue.vtaiwan.tw
vTaiwan.tw
==========行政院法規線上諮詢系統 1.0
* 開發在 `gh-pages` 分支,預覽在 https://demo.vtaiwan.tw/
* Please send pull requests and commits toward `gh-pages`
* 部署在 `master` 分支,會在 https://vtaiwan.tw/
* This require a manual merge and will take effect in 1hr (after CloudFlare cache expiry)目前已如期在 2/1 上線!FB: https://www.facebook.com/vtaiwan.tw
上線後繼續每周五小松更新系統,下次大幅更新已另開 repo 完成:
http://github.com/g0v/react.vtaiwan.tw
## 部署機的範例設定
分為兩個 process 來跑(可以跑在不同的 screen 或 rc.local 裡):
```
perl -e while (sleep 60) { system("npm install && gulp") if `git pull 2>&1` =~ /-> origin.master/ }
env USE_HTTPS=1 forever server.js
```然後再用 CloudFlare 的自動 SSL 連到 server 上即可。
目前正計劃加上 INDEX_URL 參數後 Dockerize。