MyShaarli/doc/Download.md
VirtualTam f8b936e7e7 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 <virtualtam@flibidi.net>
2015-09-04 21:32:25 +02:00

727 B

#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