Download the package in https://tiki.org/Get-Tiki
INSTALL
1. extract the downloaded (at the time the file is tiki-24.6 (LTS) and tiki-26.2.tar.gz) cms in your web root directory
2. setup a local apache virtual host
CONFIG FILE
|
1 |
sudo gedit /etc/apache2/sites-available/tiki-24.6.test.conf |
CONTENT
|
1 2 3 4 5 6 7 8 9 10 11 12 |
<VirtualHost tiki-24.6.test:80> ServerName www.tiki-24.6.test DocumentRoot "/home/satria/Documents/projects/tiki-24.6" DirectoryIndex index.php <Directory "/home/satria/Documents/projects/tiki-24.6"> AllowOverride All Allow from All Require all granted </Directory> ErrorLog /var/log/apache2/tiki-24.6.error.log CustomLog /var/log/apache2/tiki-24.6.access.log combined </VirtualHost> |
ENABLE THE VIRTUALHOST
|
1 |
sudo a2ensite tiki-24.6.test.conf |
RELOAD APACHE2
|
1 |
sudo systemctl reload apache2 |
CREATE THE HOST
|
1 2 3 |
sudo gedit /etc/hosts 127.0.0.1 tiki-24.6.test |
RELOAD APACHE2
|
1 |
sudo systemctl reload apache2 |
CHANGE PERMISSION FORĀ THESE FILES AND DIRECTORIES
|
1 2 3 4 5 |
satria@teddy:~/Documents/projects/tiki-24.6$ sudo chmod -R 777 temp/ satria@teddy:~/Documents/projects/tiki-24.6$ sudo chmod -R 777 db/ satria@teddy:~/Documents/projects/tiki-24.6$ sudo chmod -R 777 dump/ satria@teddy:~/Documents/projects/tiki-24.6$ sudo chmod -R 755 img/ satria@teddy:~/Documents/projects/tiki-24.6$ sudo chmod -R 755 templates/ |
OPEN http://tiki-24.6.test/
ADMIN
email: advcha@yahoo.com
username: admin
password: Teddy@123