cyberia.club
Go to file
localghost 430d16c6ee Removed old documentation. added sillyness. 2022-02-24 00:32:16 -06:00
site Removed old documentation. added sillyness. 2022-02-24 00:32:16 -06:00
.gitignore Stuffs 2020-02-25 18:39:35 -06:00
LICENSE In the beginning there was darkness 2020-02-25 17:05:12 -06:00
README minor updates 2020-03-10 14:05:48 -05:00
cronjob change store place 2020-03-10 14:04:46 -05:00
cyberia.css update donate page 2021-12-18 01:55:17 -06:00
make Merge pull request 'dec2021 blaog' (#1) from dec2021 into main 2021-12-18 19:32:48 +00:00

README

Website for Cyberia.

https://cyberia.club

to build the site, try ./make ;0

to install it on a webserver, do something like

-> mkdir -p /var/www/cyberia.club
-> git clone https://git.cyberia.club/services/website \
   /var/www/cyberia.club
-> echo '* * * * * root /var/www/cyberia.club/cronjob' > \
   /etc/cron.d/website-sync