-
Notifications
You must be signed in to change notification settings - Fork 16
Sitepod Installation
Dávid Szigecsán edited this page Jul 4, 2017
·
12 revisions
First create a directory on your web server (suggestion: ${webserver}/admin/sitepod) and protect it with a .htaccess file, then
$ cd ${webserver}/admin/sitepod
then either...
Download the current release (or check it out from Github) into the sitepod directory you created above,
OR...
$ composer require nasa/sitepod
Either way, once you have the software locally, you then can install it.
- run
composer install
, this generates a vendor folder with the dependencies and the autoloading files into the project root folder. - Copy sitemap.xml and sitemap.xml.gz into the root directory of your website.
- The project uses the Fat-Free Framework for templating, that requires a tmp subdirectory in the sitepod project directory. If it is not exists the framework creates it. Make sure the php script has write access to create the directory.
... that’s it, you can now proceed using the sitemap generator.