Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/toyoshi/wikigo

Ruby on Rails 6.0 wiki
https://github.com/toyoshi/wikigo

rails rails6 ruby

Last synced: 1 day ago
JSON representation

Ruby on Rails 6.0 wiki

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/toyoshi/wikigo.svg?branch=master)](https://travis-ci.org/toyoshi/wikigo)

## wikigo

Wiki engine by Ruby on Rails

## Features

- Multiuser
- Auto keyword link

## Setup

Just deploy to Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

### Image upload

WikiGo support [Cloudinary](http://cloudinary.com/ )
Define the CLOUDINARY_URL environment variable to upload

```bash
$ heroku config:set CLOUDIONNARY_URL=cloudinary://{api_key}:{api_secret}@{cloud_name}
```