Templates for VestaCP to be used with Apache2 for Xibo CMS standard installation.
$ cd /usr/local/vesta/data/templates/web/apache2
$ wget https://github.com/yashodhank/vestacp-xibo-templates/raw/master/xibo-cms.tpl
$ service vesta restart
As per template DocumentRoot
is %docroot%/cms/web/
.
For example, you are user user1
in VestaCP with domain name user1-example.ext
then your DocumentRoot
will be set as /home/user1/web/user1-example.ext/public_html/cms/web/
- Make sure to extract Xibo CMS archive downloaded under
public_html
with first directory named ascms
.cms
directory should have usual directories such asbin
,cache
,custom
,install
,modules
,tasks
,views
, etc. includingweb
&library
. - Media Library directory reqired by Xibo CMS during installation should be empty and must be located under
../public_html/cms/library/
It is essentinal that
../public_html/cms/
diectory must haveweb
andlibrary
to make this template work. Do not forget to restart Apache2 service after changing tamplete from VestaCP toxibo-cms
Note:
- Tasted on Xibo CMS 1.8.9 & maybe compatible with 1.8.X as well.
Nginx version coming soon