cyberia.club
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
localghost 430d16c6ee Removed old documentation. added sillyness. 2 years ago
site Removed old documentation. added sillyness. 2 years ago
.gitignore Stuffs 4 years ago
LICENSE In the beginning there was darkness 4 years ago
README minor updates 4 years ago
cronjob change store place 4 years ago
cyberia.css update donate page 2 years ago
make Merge pull request 'dec2021 blaog' (#1) from dec2021 into main 2 years ago

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