Skip to content

Sitepod Installation

Dávid Szigecsán 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.
  • 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.