Skip to content

Small web application to generate JSON substitution lists for FoxReplace add-on.

Notifications You must be signed in to change notification settings

nning/hate10-contentutopia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hate10-contentutopia

Small web application to generate JSON substitution lists for the FoxReplace Firefox add-on. Quickly produced for a friend to use at #hate10.

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 <user> -c "cd <app-dir> && rake server:start"

Rake Tasks

Reset Substitutions

rake substitutions:reset

Background WEBrick Server Management

rake server:start
rake server:stop
rake server:restart

About

Small web application to generate JSON substitution lists for FoxReplace add-on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published