-
Notifications
You must be signed in to change notification settings - Fork 0
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.
- Download ChatWeb with
git clone https://github.com/HenrikAndWiktor/ChatWeb.git
or downloadhttps://github.com/HenrikAndWiktor/ChatWeb/archive/master.zip
and unzip. - Install
Apache
,PHP
andMySQL
withsudo apt-get install -y apache2 mysql-server php5-mysql php5 libapache2-mod-php5 php5-mcrypt
. - 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