From f8b936e7e75601b5d96525f25d5b52dbabd909b4 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Fri, 4 Sep 2015 21:25:47 +0200 Subject: Doc: sync from Wiki, generate HTML Additions: - Installation/Download: how to get Shaarli - Community software: ShaarliOS app Modifications: - Installation/Server requirements: PHP 5.4 EOL, PHP 7 announcements - Installation/Server configuration: improve Nginx security - Troubleshooting: PHP sessions on `free.fr` Signed-off-by: VirtualTam --- doc/Download.html | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 doc/Download.html (limited to 'doc/Download.html') diff --git a/doc/Download.html b/doc/Download.html new file mode 100644 index 00000000..5f39c70f --- /dev/null +++ b/doc/Download.html @@ -0,0 +1,97 @@ + + + + + + + Shaarli - Download + + + + + + + +

Download

+

Get Shaarli!

+

Latest stable revision

+

This revision has been released and tested.

+ +
$ git clone https://github.com/shaarli/Shaarli.git -b stable shaarli
+

Download as an archive

+
$ wget https://github.com/shaarli/Shaarli/archive/stable.zip
+$ unzip stable.zip
+$ mv Shaarli-stable shaarli
+

Tarballs are also available:

+
$ wget https://github.com/shaarli/Shaarli/archive/stable.tar.gz
+$ tar xvf stable.tar.gz
+$ mv Shaarli-stable shaarli
+

Development (mainline)

+

Use at your own risk!

+

To get the latest changes:

+
$ git clone https://github.com/shaarli/Shaarli.git shaarli
+ + -- cgit v1.2.3