Skip to content
This repository has been archived by the owner on Sep 10, 2018. It is now read-only.

Commit

Permalink
1.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lGuillaume124 committed Jan 16, 2016
1 parent 7177a5e commit 0c3691c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions en/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -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
10 changes: 5 additions & 5 deletions en/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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):

Expand Down
2 changes: 1 addition & 1 deletion fr/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions fr/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions fr/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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) :

Expand Down

0 comments on commit 0c3691c

Please sign in to comment.