Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

fykosak/vyfuk-web

Repository files navigation

vyfuk-web

Dokuwiki powered website built for Výfuk contest

Instalation:

  1. Download and install Apache enviroment
  2. Set domain in /etc/hosts (Linux) or C:\Windows\System32\drivers\etc\hosts (Windows), e.g.:
127.0.0.1 vyfuk.local
  1. Configure virtual hosts in /etc/apache/sites-enabled (Linux) or XAMPP\Apache\conf\extra\httpd-vhosts.conf (Windows), e.g.:
<VirtualHost *:80>
    DocumentRoot "Enter root path"
    ServerName vyfuk.local
</VirtualHost>
  1. Enter http://vyfuk.local in your browser
  2. Profit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published