#
PHP Tasks
Tasks managed by PHP
Run the following command
cd /var/www/[folder]
git clone git://github.com/littleguga/tasks.php.git .
Add Virtual Host
conf
# tasks.webally.co.za
<VirtualHost 104.192.7.185:8080>
ServerName tasks.webally.co.za
ServerAdmin admin@webally.co.za
DocumentRoot /var/www/tools/tasks.webally.co.za/public
<Directory /var/www/tools/tasks.webally.co.za/public>
Require all granted
Options +Indexes +FollowSymLinks
AllowOverride All
</Directory>
ErrorLog /var/www/tools/tasks.webally.co.za/logs/error.log
CustomLog /var/www/tools/tasks.webally.co.za/logs/access.log combined
</VirtualHost>
Restart httpd