README.md (1071B)
1 heartranked runs on web.py. it's python for the internet. 2 3 to not make things complicated I downloaded the latest webpy to this cloned repo. 4 5 the install script will take care of it installing it. If you don't believe me you can download the latest webpy yourself from [https://webpy.org](https://webpy.org) 6 7 or you can install your distributions version of web.py 8 9 web.py was written by Aaron Swartz and has since had a strong dedicated following due to it's simplistic architecture. 10 [http://www.aaronsw.com/](http://www.aaronsw.com/) 11 12 INSTALL HEARTRANKED LOCALLY AND RUN IT 13 14 `git clone https://git.tarina.org/heartranked` 15 16 `cd heartranked` 17 18 `sudo ./install.sh` 19 20 or install packages manually. 21 22 it's not a lot. 23 24 look at the `install.sh` file 25 26 `cp settings.py.sample settings.py` 27 28 make your own configs to `settings.py` 29 30 `python3 server.py` 31 32 once it runs it will print the web address. open your favorite web browser. 33 34 write in address `0.0.0.0:8080` is standard. 35 36 login. congratz you are a heartranked local cowboy. 37 38 click `op` to change passcode. `blessyou` is default.