heartranked

git clone https://git.tarina.org/heartranked
Log | Files | Refs | README

README.md (1527B)


      1 Heart Ranked or heartranked is a combo, heart and remixed based publishing platform with live MARKDOWN HTML editor built on web.py for the world wide web.
      2 
      3 heartranked runs on web.py. it's python for the internet.
      4 
      5 to not make things complicated I downloaded the latest webpy to this cloned repo.
      6 
      7 the install script will take care of it installing it.
      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://github.com/rbckman/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 with username `op` and passcode `blessyou`. congratz! you are a heartranked local cowboy.
     37 
     38 click `op` to change passcode. `blessyou` is default.
     39 
     40 ![heartranked](/static/heartranked.jpg)
     41 
     42 ![heartranked-editor](/static/heartranked-editor.jpg)
     43 
     44 TROUBLESHOOTING
     45 
     46 if you have trouble with öäå or if you can't send emojis in heartranked you need to config your servers LANGUAGES in debian it is `/etc/default/locale`
     47 
     48 like so:
     49 
     50 `LANG=en_US.UTF-8
     51 LC_ALL=en_US.UTF-8
     52 LC_CTYPE=en_US.UTF-8
     53 LANGUAGE=en_US.UTF-8`
     54 
     55 and it works.
     56 
     57 ANDROID TERMUX TROUBLESHOOTING COMING SOON.