Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moqada/omnigollum-site

omnigollum うごかすやつ
https://github.com/moqada/omnigollum-site

Last synced: 3 days ago
JSON representation

omnigollum うごかすやつ

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 よくわかってないので色々適当