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
- PHP 5.3
- PECL ZipArchive to download projects as zip files
Installation
No source control
- Download the zip file
- Unzip it and FTP the files to your webserver e.g httpdocs/nemex
Git
- Create a directory on your webserver e.g. nemex and change directory to it
$ mkdir nemex
$ cd nemex
$ git clone https://github.com/ianchanning/nemex.git .
Configuration
cd app/Config
cp Config-sample.php Config.php
- edit the
USER
andPASSWORD
constants inConfig.php
- Assuming you leave
PROJECTS_PATH
as is (whatever you change it to will be relative to theapp/Models
directory): mkdir ../Models/projects
- Go to http://www.example.com/nemex
License
GPL v3