Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/toyoshi/wikigo
- Owner: toyoshi
- License: mit
- Created: 2016-09-23T14:04:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T11:05:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T14:15:21.469Z (10 days ago)
- Topics: rails, rails6, ruby
- Language: Ruby
- Homepage:
- Size: 1.41 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - toyoshi/wikigo - Ruby on Rails 6.0 wiki (ruby)
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}
```