Setup

The following steps descripe the setup of a new installation of novaGallery.

  1. Download latest version
  2. Unzip file
  3. Upload to webspace
  4. Change settings in nova-config/site.php
  5. Create album(s) in nova-config/galleries (dir name is album name)
  6. Upload images in albums
  7. View new beautiful gallery (thumbnails are generated automatical)

Additional Steps for Installation in Sub Dir of Root Domain

If you install novaGallery in a sub dir of a root domain (e.g. https://mydomain.tld/gallery) you have to set the following steps:

  1. Install as descriped above
  2. Set RewriteBase in .htaccess to your sub dir (e.g. RewriteBase /gallery/) with starting and ending slash
  3. Set URL in nova-config/site.php with full subdir path (e.g. https://mydomain.tld/gallery)