aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-21 13:55:10 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-21 13:55:10 +0100
commite6ebb14f0fdbdb2b5b43102dd0adb67b17cef50c (patch)
tree8d3c4742d82fd588615e5bc6b688798ce69ad4e8 /docs/en
parentc90f8036ef2e6dc3e4b485471dbf75677db90d04 (diff)
downloadwallabag-e6ebb14f0fdbdb2b5b43102dd0adb67b17cef50c.tar.gz
wallabag-e6ebb14f0fdbdb2b5b43102dd0adb67b17cef50c.tar.zst
wallabag-e6ebb14f0fdbdb2b5b43102dd0adb67b17cef50c.zip
Documentation for wallabag installation
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/index.rst1
-rw-r--r--docs/en/user/installation.rst23
2 files changed, 24 insertions, 0 deletions
diff --git a/docs/en/index.rst b/docs/en/index.rst
index 85c764da..17e375d2 100644
--- a/docs/en/index.rst
+++ b/docs/en/index.rst
@@ -23,6 +23,7 @@ The main documentation for this application is organized into a couple sections:
23 :maxdepth: 2 23 :maxdepth: 2
24 :caption: User documentation 24 :caption: User documentation
25 25
26 user/installation
26 user/create_account 27 user/create_account
27 user/login 28 user/login
28 user/configuration 29 user/configuration
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 @@
1Install wallabag
2================
3
4Requirements
5------------
6
7Installation
8------------
9
10Install Composer:
11
12::
13
14 curl -s http://getcomposer.org/installer | php
15
16Next, on your web server, run this command:
17
18::
19
20 SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.*@alpha" --no-dev
21 php bin/console wallabag:install --env=prod
22
23Now you can access to http://yourwebsite/wallabag.