From 281b36b67c863cdfe7302e8c72999acde8f35e00 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 18 Mar 2015 16:55:22 +0200 Subject: [PATCH] Updated the readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcb1445348..6285536144 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you'd like to use our code to sell your own invoicing app we have an affiliat Most online invoicing sites are expensive. They shouldn't be. The aim of this project is to provide a free, open-source alternative. Additionally, the hope is the codebase will serve as a sample site for Laravel as well as other JavaScript technologies. -To setup the site you can either use this [zip file](http://hillelcoren.com/invoice-ninja/self-hosting/) (easier to setup) or checkout the code from GitHub following the instructions below (easier to stay up to date). There's also a more detailed setup guide [available here](http://hillelcoren.com/invoice-ninja/laravel-ubuntu-virtualbox/). +To setup the site you can either use this [zip file](http://www.invoiceninja.com/knowledgebase/self-host/) (easier to setup) or checkout the code from GitHub following the instructions below (easier to stay up to date). For a WAMP/MAMP/LAMP setup you can one-click install using Softaculous's [AMPPS](http://www.ampps.com/). To deploy the app with [Docker](http://www.docker.com/) you can use [this project](https://github.com/rollbrettler/Dockerfiles/tree/master/invoice-ninja). @@ -37,7 +37,13 @@ Developed by [@hillelcoren](https://twitter.com/hillelcoren) | Designed by [kant * [Troels Liebe Bentsen](https://github.com/tlbdk) * [Jeramy Simpson](https://github.com/JeramyMywork) - [MyWork](https://www.mywork.com.au) -### Steps to setup +### Documentation + +* [Self Host](http://www.invoiceninja.com/knowledgebase/self-host/) +* [API Documentation](http://www.invoiceninja.com/knowledgebase/api-documentation/) +* [Developer Guide](http://www.invoiceninja.com/knowledgebase/developer-guide/) + +### Steps to setup from GitHub If you plan on submitting changes it's best to [fork the repo](https://help.github.com/articles/fork-a-repo), otherwise you can just checkout the code.