https://github.com/ben/wacomxs
Wacom expert settings tool
https://github.com/ben/wacomxs
Last synced: 12 months ago
JSON representation
Wacom expert settings tool
- Host: GitHub
- URL: https://github.com/ben/wacomxs
- Owner: ben
- Created: 2012-08-30T20:32:36.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T21:09:27.000Z (over 12 years ago)
- Last Synced: 2024-12-29T03:47:05.045Z (over 1 year ago)
- Language: JavaScript
- Size: 629 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wacom expert settings tool
This is the source code to http://wacomxs.herokuapp.com.
## HOWTO: Get set up for development
1. Install git.
1. Install the [heroku toolbelt](https://toolbelt.herokuapp.com/).
1. Clone the repository locally:
`git clone https://github.com/ben/wacomxs`
1. Add heroku as a remote:
`heroku git:remote -a wacomxs`
## HOWTO: Add a tablet model
1. Edit [app/helpers/download_helper.rb](app/helpers/download_helper.rb), and add a line to the `tablet_models` array.
1. Commit and push back to GitHub.
1. Redeploy (see below).
## HOWTO: Deploy
1. Make sure you're added to the Heroku collaborator list (see below).
1. Make sure everything is committed.
1. `git push heroku master`
## HOWTO: Change collaborators
Check out [this guide](https://devcenter.heroku.com/articles/sharing).
Basically, someone already on the list has to run this command:
```sh
heroku sharing:add
```