-
Notifications
You must be signed in to change notification settings - Fork 16
Sitepod Installation
Lewis John McGibbney edited this page May 26, 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 dump-autoload
, 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.
... that’s it, you can now proceed using the sitemap generator.