https://github.com/nning/hate10-contentutopia
Small web application to generate JSON substitution lists for FoxReplace add-on.
https://github.com/nning/hate10-contentutopia
Last synced: 10 months ago
JSON representation
Small web application to generate JSON substitution lists for FoxReplace add-on.
- Host: GitHub
- URL: https://github.com/nning/hate10-contentutopia
- Owner: nning
- Created: 2015-04-19T16:10:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-24T21:47:19.000Z (almost 11 years ago)
- Last Synced: 2025-04-02T14:09:58.409Z (over 1 year ago)
- Language: Ruby
- Size: 9.38 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hate10-contentutopia
====================
Small web application to generate JSON substitution lists for the [FoxReplace
Firefox add-on](https://addons.mozilla.org/de/firefox/addon/foxreplace/).
Quickly produced for a friend to use at [#hate10](http://hate10.com).
Setup
-----
git clone https://github.com/nning/hate10-contentutopia.git
cd hate10-contentutopia
bundle
rake db:migrate
Startup
-------
This command starts the server in foreground listening on any network:
rails s -b ::
Starting On Boot
----------------
Paste the following line at the end of `/etc/rc.local`:
su -c "cd && rake server:start"
Rake Tasks
----------
### Reset Substitutions
rake substitutions:reset
### Background WEBrick Server Management
rake server:start
rake server:stop
rake server:restart