From 0c3691c1cd63f2f9874e0434e070966a4d182f32 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sat, 16 Jan 2016 15:56:56 +0100 Subject: [PATCH] 1.0.0 Release --- en/conf.py | 2 +- en/installation.rst | 8 ++++---- en/upgrade.rst | 10 +++++----- fr/conf.py | 2 +- fr/installation.rst | 8 ++++---- fr/upgrade.rst | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/en/conf.py b/en/conf.py index 9e04752..e4d6c32 100644 --- a/en/conf.py +++ b/en/conf.py @@ -54,7 +54,7 @@ # built documents. # # The short X.Y version. -version = 'v1.0.0-beta' +version = 'v1.0.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/en/installation.rst b/en/installation.rst index 4707818..af0a602 100644 --- a/en/installation.rst +++ b/en/installation.rst @@ -66,9 +66,9 @@ But if you prefer, you can also download a ZIP archive from GitHub. .. code-block:: sh cd /var/www - sudo wget https://github.com/Sonerezh/sonerezh/archive/1.0.0-beta.zip - sudo unzip 1.0.0-beta.zip - sudo mv sonerezh-1.0.0-beta sonerezh + sudo wget https://github.com/Sonerezh/sonerezh/archive/1.0.0.zip + sudo unzip 1.0.0.zip + sudo mv sonerezh-1.0.0 sonerezh sudo chown -R www-data: sonerezh && sudo chmod -R 775 sonerezh ^^^^^^^^^^^^^^^^^^^^^^^^ @@ -178,4 +178,4 @@ Configure Sonerezh ^^^^^^^^^^^^^^^^^^ In your browser, go to http://www.myserver.com/sonerezh and fill in the form with your parameters. Enjoy your music! -.. _GitHub: https://github.com/Sonerezh/sonerezh/archive/1.0.0-beta.zip +.. _GitHub: https://github.com/Sonerezh/sonerezh/archive/1.0.0.zip diff --git a/en/upgrade.rst b/en/upgrade.rst index 0dfec63..6c08808 100644 --- a/en/upgrade.rst +++ b/en/upgrade.rst @@ -10,11 +10,11 @@ Upgrade from 0.9.0 .. warning:: Unfortunately it is not possible to upgrade Sonerezh from 0.9.0 to a more recent version. We have made too many deep changes between 0.9.0 and 1.0.0-beta and you need to install Sonerezh from scratch if you come from 0.9.0. ------------------------------------------------- -Upgrade from old 1.0.0-beta branch to 1.0.0-beta ------------------------------------------------- +------------------------------------------- +Upgrade from old 1.0.0-beta branch to 1.0.0 +------------------------------------------- -.. note:: You can use this section if you upgrade from the old 1.0.0-beta branch (it means before 12/01/2015) +.. note:: You can use this section if you upgrade from the old 1.0.0-beta branch ^^^^^^^^ With git @@ -25,7 +25,7 @@ Get the last version from GitHub: cd /var/www/sonerezh git fetch - git checkout tags/1.0.0-beta + git checkout tags/1.0.0 The dabatase schema has changed, you have to update it (php-cli required): diff --git a/fr/conf.py b/fr/conf.py index 4f713b9..e8178af 100644 --- a/fr/conf.py +++ b/fr/conf.py @@ -54,7 +54,7 @@ # built documents. # # The short X.Y version. -version = 'v1.0.0-beta' +version = 'v1.0.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/fr/installation.rst b/fr/installation.rst index 36d9652..5afe891 100644 --- a/fr/installation.rst +++ b/fr/installation.rst @@ -66,9 +66,9 @@ Installation avec Git : .. code-block:: sh cd /var/www - sudo wget https://github.com/Sonerezh/sonerezh/archive/1.0.0-beta.zip - sudo unzip 1.0.0-beta.zip - sudo mv sonerezh-1.0.0-beta sonerezh + sudo wget https://github.com/Sonerezh/sonerezh/archive/1.0.0.zip + sudo unzip 1.0.0.zip + sudo mv sonerezh-1.0.0 sonerezh sudo chown -R www-data: sonerezh && sudo chmod -R 775 sonerezh ^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -118,7 +118,7 @@ Les hébergements de type mutualisés ne vous permettent pas un accès complet. 5) Validez. C'est bon ! :) -.. _sur notre dépôt GitHub: https://github.com/Sonerezh/sonerezh/archive/1.0.0-beta.zip +.. _sur notre dépôt GitHub: https://github.com/Sonerezh/sonerezh/archive/1.0.0.zip ---------------------------------------- Exemple de déploiement sur Ubuntu Server diff --git a/fr/upgrade.rst b/fr/upgrade.rst index 8b88b0d..6f0566c 100644 --- a/fr/upgrade.rst +++ b/fr/upgrade.rst @@ -11,10 +11,10 @@ Mise à jour depuis 0.9.0 .. warning:: Malheureusement il n'est pas possible de mettre à jour Sonerezh depuis la version 0.9.0 vers un version supérieure. Ceci est dû aux nombreux changements importants réalisés entre la version 0.9.0 et la version 1.0.0-beta. Il faut repartir de zéro afin d'avoir une installation propre. ---------------------------------------------------------------- -Mise à jour depuis l'ancienne branche 1.0.0-beta vers 1.0.0-beta +Mise à jour depuis l'ancienne branche 1.0.0-beta vers 1.0.0 ---------------------------------------------------------------- -.. note:: Cette section est valable si vous mettez à jour depuis l'ancienne branche 1.0.0-beta (c'est-à-dire avant le 01/12/2015) +.. note:: Cette section est valable si vous mettez à jour depuis l'ancienne branche 1.0.0-beta ^^^^^^^^ Avec git @@ -25,7 +25,7 @@ Récupérez la dernière version des sources : cd /var/www/sonerezh git fetch - git checkout tags/1.0.0-beta + git checkout tags/1.0.0 Le schéma de la base de données à changé, il faut donc le mettre à jour (requiert php-cli) :