Skip to content

1. Start

HenrikAndWiktor edited this page Sep 21, 2017 · 2 revisions

Hello! Welcome to ChatWeb setup! Now i will show you how to set up this chat.

  1. Download ChatWeb with git clone https://github.com/HenrikAndWiktor/ChatWeb.git or download https://github.com/HenrikAndWiktor/ChatWeb/archive/master.zip and unzip.
  2. Install Apache, PHP and MySQL with sudo apt-get install -y apache2 mysql-server php5-mysql php5 libapache2-mod-php5 php5-mcrypt.
  3. Execute the command sudo nano /etc/apache2/mods-enabled/dir.conf and find the text: "DirectoryIndex index.html" and change it to "DirectoryIndex index.php index.html". Now you have installed all the software! Now, click here
Clone this wiki locally