KISSmo.Install 4.0 KB

12345678910111213141516171819202122232425262728
  1. version=pmwiki-2.2.130 ordered=1 urlencoded=1
  2. agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Safari/537.36
  3. author=monaco
  4. charset=UTF-8
  5. csum=
  6. ctime=1634550056
  7. host=185.173.204.99
  8. name=KISSmo.Install
  9. rev=5
  10. targets=
  11. text=!! How to install KISSmo follow this simple steps:%0a%0a%0aGo to the desired directory with commands as follow:%0a%0a'''cd /var/www/websiteyouwant''' - This can be any location you put you're web.%0a%0a'''wget [[https://gitlab.com/hedho/KISSmo/-/archive/main/KISSmo-main.zip]]'''%0a%0aThen unzip:%0a%0a'''unzip KISSmo-main.zip'''%0a%0aEdit index.php:%0a%0aReplace line '''7''' where you will find:%0a%0a'''$ncsite="paste.oddprotocol.org 7777";'''%0a%0aEdit it to:%0a%0a$ncsite="yourweb.tld 7777";%0a%0aReplace line '''60''' where you will find:%0a%0a'''$sitename = "https://paste.oddprotocol.org/p";'''%0a%0aEdit it to:%0a%0a'''$sitename = "https://youreweb.tld/p";'''%0a%0aIf you're using '''OpenHTTPD''' you will need to add this to '''/etc/httpd.conf''':%0a%0aUnder you're specific site that you're looking to run KISSmo add this:%0a%0a location "/test/p/*" { %0a directory { auto index, index "index.txt" }%0a }%0a%0aIf you're using '''Nginx''' you will need to add this to /etc/nginx.conf or if you're running specific nginx conf for a specific site you know where it is:%0a%0a location /p/ {%0a alias /home/admin/web/paste.oddprotocol.org/public_html/p/;%0a index index.txt;%0a autoindex on;%0a}%0a%0a%0aRunning KISSmo actually:%0a%0a[[https://paste.oddprotocol.org]]%0a%0aAbout KISSmo: [[https://paste.oddprotocol.org/about.html]]
  12. time=1634550256
  13. author:1634550256=monaco
  14. diff:1634550256:1634550176:=46,53c46%0a%3c }%0a%3c %0a%3c %0a%3c Running KISSmo actually:%0a%3c %0a%3c [[https://paste.oddprotocol.org]]%0a%3c %0a%3c About KISSmo: [[https://paste.oddprotocol.org/about.html]]%0a\ No newline at end of file%0a---%0a> }%0a\ No newline at end of file%0a
  15. host:1634550256=185.173.204.99
  16. author:1634550176=monaco
  17. diff:1634550176:1634550129:=19d18%0a%3c %0a21d19%0a%3c %0a27d24%0a%3c %0a29d25%0a%3c %0a
  18. host:1634550176=185.173.204.99
  19. author:1634550129=monaco
  20. diff:1634550129:1634550085:=7d6%0a%3c %0a
  21. host:1634550129=185.173.204.99
  22. author:1634550085=monaco
  23. diff:1634550085:1634550056:=0a1%0a> %0a31c32%0a%3c location "/test/p/*" { %0a---%0a> ''' location "/test/p/*" { %0a33,34c34,35%0a%3c }%0a%3c %0a---%0a> }'''%0a> %0a37c38%0a%3c location /p/ {%0a---%0a> ''' location /p/ {%0a41c42%0a%3c }%0a\ No newline at end of file%0a---%0a> }'''%0a\ No newline at end of file%0a
  24. host:1634550085=185.173.204.99
  25. author:1634550056=monaco
  26. diff:1634550056:1634550056:=1,42d0%0a%3c %0a%3c !! How to install KISSmo follow this simple steps:%0a%3c %0a%3c %0a%3c Go to the desired directory with commands as follow:%0a%3c %0a%3c '''cd /var/www/websiteyouwant''' - This can be any location you put you're web.%0a%3c '''wget [[https://gitlab.com/hedho/KISSmo/-/archive/main/KISSmo-main.zip]]'''%0a%3c %0a%3c Then unzip:%0a%3c %0a%3c '''unzip KISSmo-main.zip'''%0a%3c %0a%3c Edit index.php:%0a%3c %0a%3c Replace line '''7''' where you will find:%0a%3c %0a%3c '''$ncsite="paste.oddprotocol.org 7777";'''%0a%3c Edit it to:%0a%3c $ncsite="yourweb.tld 7777";%0a%3c %0a%3c Replace line '''60''' where you will find:%0a%3c %0a%3c '''$sitename = "https://paste.oddprotocol.org/p";'''%0a%3c Edit it to:%0a%3c '''$sitename = "https://youreweb.tld/p";'''%0a%3c %0a%3c If you're using '''OpenHTTPD''' you will need to add this to '''/etc/httpd.conf''':%0a%3c %0a%3c Under you're specific site that you're looking to run KISSmo add this:%0a%3c %0a%3c ''' location "/test/p/*" { %0a%3c directory { auto index, index "index.txt" }%0a%3c }'''%0a%3c %0a%3c If you're using '''Nginx''' you will need to add this to /etc/nginx.conf or if you're running specific nginx conf for a specific site you know where it is:%0a%3c %0a%3c ''' location /p/ {%0a%3c alias /home/admin/web/paste.oddprotocol.org/public_html/p/;%0a%3c index index.txt;%0a%3c autoindex on;%0a%3c }'''%0a\ No newline at end of file%0a
  27. host:1634550056=185.173.204.99