Home

Awesome

Nemex

This is taken from the awesome http://nemex.io.

It's a simple way of creating notes on your own webserver. Notes written in markdown. No database required.

Since I created this repo, nemex themselves have created their own github repo.

This fork is a merge of nemex with my own Vanda PHP micro framework.

Requirements

Installation

No source control

  1. Download the zip file
  2. Unzip it and FTP the files to your webserver e.g httpdocs/nemex

Git

  1. Create a directory on your webserver e.g. nemex and change directory to it
  2. $ mkdir nemex
  3. $ cd nemex
  4. $ git clone https://github.com/ianchanning/nemex.git .

Configuration

  1. cd app/Config
  2. cp Config-sample.php Config.php
  3. edit the USER and PASSWORD constants in Config.php
  4. Assuming you leave PROJECTS_PATH as is (whatever you change it to will be relative to the app/Models directory):
  5. mkdir ../Models/projects
  6. Go to http://www.example.com/nemex

License

GPL v3