Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Installation

brainfoolong edited this page Nov 25, 2014 · 2 revisions
  1. Unpack all files into a new folder (eg: "nreeda") on your server/host.
  2. Open the url to the newly created folder in your browser (eg: myowndomain.com/nreeda)
  3. Follow the on-screen installation guide

nginx config

nginx requires one extra location rule in your nginx site config. In this example you've installed nreeda to a new folder called "nreeda" in your www root.

location /nreeda { try_files $uri $uri/ /nreeda/index.php?$args; }

Clone this wiki locally