Skip to content

Sitepod Installation

Lewis John McGibbney edited this page May 26, 2017 · 12 revisions

Installation

Either...

Obtain the (master) source code

Download the current release (or check it out from Github) and store it on your hard disc

OR...

Use the Composer PHP Package Manager

$ composer require nasa/sitepod

... then

  • Create a directory on your web server (suggestion: /admin/sitepod) and protect it with a .htaccess file
  • Extract the archive you downloaded and copy the files to the directory created above, 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.

Clone this wiki locally