diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/index.rst | 1 | ||||
-rw-r--r-- | docs/en/user/installation.rst | 23 | ||||
-rw-r--r-- | docs/fr/index.rst | 1 | ||||
-rw-r--r-- | docs/fr/user/installation.rst | 23 |
4 files changed, 48 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 @@ | |||
1 | Install wallabag | ||
2 | ================ | ||
3 | |||
4 | Requirements | ||
5 | ------------ | ||
6 | |||
7 | Installation | ||
8 | ------------ | ||
9 | |||
10 | Install Composer: | ||
11 | |||
12 | :: | ||
13 | |||
14 | curl -s http://getcomposer.org/installer | php | ||
15 | |||
16 | Next, 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 | |||
23 | Now you can access to http://yourwebsite/wallabag. | ||
diff --git a/docs/fr/index.rst b/docs/fr/index.rst index d4ff7296..a47b8a62 100644 --- a/docs/fr/index.rst +++ b/docs/fr/index.rst | |||
@@ -24,6 +24,7 @@ La documentation principale de cette application est découpée en plusieurs sec | |||
24 | :maxdepth: 2 | 24 | :maxdepth: 2 |
25 | :caption: Documentation utilisateur | 25 | :caption: Documentation utilisateur |
26 | 26 | ||
27 | user/installation | ||
27 | user/create_account | 28 | user/create_account |
28 | user/login | 29 | user/login |
29 | user/configuration | 30 | user/configuration |
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst new file mode 100644 index 00000000..fc550c2c --- /dev/null +++ b/docs/fr/user/installation.rst | |||
@@ -0,0 +1,23 @@ | |||
1 | Installer wallabag | ||
2 | ================== | ||
3 | |||
4 | Pré-requis | ||
5 | ---------- | ||
6 | |||
7 | Installation | ||
8 | ------------ | ||
9 | |||
10 | Installez Composer: | ||
11 | |||
12 | :: | ||
13 | |||
14 | curl -s http://getcomposer.org/installer | php | ||
15 | |||
16 | Ensuite, sur votre serveur web, exécutez cette commande : | ||
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 | |||
23 | VOus pouvez maintenant accéder à wallabag ici http://votresiteweb/wallabag. | ||