Skip to content

Sitepod Installation

Lewis John McGibbney edited this page Jul 4, 2017 · 12 revisions

Download

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...

Obtain the (master) source code

Download the current release (or check it out from Github) into the sitepod directory you created above,

OR...

Use the Composer PHP Package Manager

$ composer require nasa/sitepod

Either way, once you have the software locally, you then can install it.

Installation

  • 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.
  • create a subdirectory named tmp in the sitepod project directory. Reasoning for this is explained in ISSUE-29.

... that’s it, you can now proceed using the sitemap generator.

Clone this wiki locally