Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madebymany/isthetoiletfree
https://github.com/madebymany/isthetoiletfree
Last synced: about 1 month 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 (about 2 years ago)
- Last Synced: 2024-10-28T09:54:27.323Z (about 2 months ago)
- Language: Python
- Size: 68.4 KB
- Stars: 103
- Watchers: 32
- 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)