Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moqada/omnigollum-site
omnigollum うごかすやつ
https://github.com/moqada/omnigollum-site
Last synced: 3 days ago
JSON representation
omnigollum うごかすやつ
- Host: GitHub
- URL: https://github.com/moqada/omnigollum-site
- Owner: moqada
- Created: 2013-01-16T15:08:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T17:47:05.000Z (7 months ago)
- Last Synced: 2024-04-16T03:43:38.875Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# omnigollum の雛形
## 使い方
### 1. bundle install
```
$ git clone https://github.com/moqada/omnigollum_site.git
$ cd omnigollum_site
$ bundle install
```### 2. 環境にあわせて config.ru, gollum.yaml を編集
```sh
$ cp gollum.yaml.example gollum.yaml
$ cp config.ru.example config.ru
```そのまんま conrig.ru を利用すれば LDAP 用
### 3. 起動
#### Rack
```sh
$ bundle exec rackup
```#### Unicorn
```sh
$ cp unicorn.rb.example unicorn.rb
$ bundle exec unicorn -c unicorn.rb
```## 備考
ruby よくわかってないので色々適当