https://github.com/dzucconi/mesa
A single user wiki-like; Hypermedia API
https://github.com/dzucconi/mesa
hypermedia-api notebook ruby
Last synced: 7 months ago
JSON representation
A single user wiki-like; Hypermedia API
- Host: GitHub
- URL: https://github.com/dzucconi/mesa
- Owner: dzucconi
- Created: 2015-01-28T03:44:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T17:15:11.000Z (over 6 years ago)
- Last Synced: 2024-10-12T15:05:48.611Z (over 1 year ago)
- Topics: hypermedia-api, notebook, ruby
- Language: Ruby
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mesa
[](https://travis-ci.org/dzucconi/mesa)
A single user wiki-like; Hypermedia API.
----
## Deploying to Heroku
This app isn't in a totally releaseable state, but if you want to deploy an instance for whatever reason:
* You'll need the Node.js buildpack for Browserify:
```
heroku buildpacks:add https://github.com/heroku/heroku-buildpack-nodejs.git
heroku buildpacks:add https://github.com/heroku/heroku-buildpack-ruby.git
```
* Setup an S3 bucket (with a CORS configuration) to support drag and drop image uploads.
* [Set relevant environment variables](https://github.com/dzucconi/mesa/blob/master/.env.sample)
* `git push heroku master`
* `heroku run rake db:migrate`