From e6ebb14f0fdbdb2b5b43102dd0adb67b17cef50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 21 Feb 2016 13:55:10 +0100 Subject: Documentation for wallabag installation --- docs/en/user/installation.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/en/user/installation.rst (limited to 'docs/en/user') diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst new file mode 100644 index 00000000..278f918f --- /dev/null +++ b/docs/en/user/installation.rst @@ -0,0 +1,23 @@ +Install wallabag +================ + +Requirements +------------ + +Installation +------------ + +Install Composer: + +:: + + curl -s http://getcomposer.org/installer | php + +Next, on your web server, run this command: + +:: + + SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.*@alpha" --no-dev + php bin/console wallabag:install --env=prod + +Now you can access to http://yourwebsite/wallabag. -- cgit v1.2.3