https://github.com/madebymany/isthetoiletfree
https://github.com/madebymany/isthetoiletfree
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/madebymany/isthetoiletfree
- Owner: madebymany
- License: mit
- Created: 2013-09-17T16:20:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:36:53.000Z (over 2 years ago)
- Last Synced: 2025-03-24T08:41:44.964Z (about 1 month ago)
- Language: Python
- Size: 68.4 KB
- Stars: 102
- Watchers: 31
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-projects - isthetoiletfree - (Python)
README
isthetoiletfree
===============Deploying the client:
```
git remote add pi [email protected]:isthetoiletfree.git
```Deploying the server:
```
git remote add heroku [email protected]:isthetoiletfree.git
```Import the database schema on Heroku:
```
heroku pg:psql < schema.sql
```Running in development:
```
supervisorctl
stop ittf
start ittfdev
```## Useful links
* http://serverfault.com/questions/96499/how-to-automatically-start-supervisord-on-linux-ubuntu
* http://raspberrywebserver.com/serveradmin/run-a-script-on-start-up.html
* http://monkeyhacks.com/raspberry-pi-as-private-git-server## Licence
isthetoiletfree is released under the MIT licence:
[opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)