1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Update README and manifest to 1.4.1

This commit is contained in:
nemsia 2017-05-29 13:56:45 +02:00
parent e8870da4b3
commit b122acd183
2 changed files with 1 additions and 29 deletions

View file

@ -23,20 +23,6 @@ Mastodon est un réseau social gratuit et open source. Une alternative décentra
L'utilisateur admin est crée automatiquement comme: user@domain.tld L'utilisateur admin est crée automatiquement comme: user@domain.tld
<del>Une fois l'installation effectuée, vous pouvez créer un compte manuellement sur Mastodon depuis votre navigateur. Lorsque vous avez crée le premier utilisateur vous pouvez créer l'administrateur de votre Mastodon. Pour celà, il faut impérativement passer par une interface en ligne de commande et taper les commandes suivantes :</del>
<del>**se connecter en sudo sur l'utilisateur**</del>
<del>`$ sudo su mastodon`</del>
<del>**se placer dans le répertoire où est installé Mastodon**</del>
<del>`$ cd /opt/mastodon/live`</del>
<del>**lancer la commande de création de l'administrateur**</del>
<del>`$ RAILS_ENV=production bin/bundle exec rails mastodon:make_admin USERNAME=*Nom de votre utilisateur*`</del>
### Mise à jour ### Mise à jour
`$ sudo yunohost app upgrade --verbose mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh.git` `$ sudo yunohost app upgrade --verbose mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh.git`
@ -59,20 +45,6 @@ Mastodon is a free, open-source social network. A decentralized alternative to c
The admin user is automatically created as: user@domain.tld The admin user is automatically created as: user@domain.tld
<del>After installation, you can create an account manually on Mastodon from your browser. When you have created the first user you can create the administrator of your Mastodon. For this, it is imperative to go through a command line and type the following commands:</del>
<del>**sudo to the user**</del>
<del>`$ sudo su mastodon`</del>
<del>**change directory where Mastodon is installed**</del>
<del>`$ cd /opt/mastodon/live`</del>
<del>**launch the command to create the administrator**</del>
<del>`$ RAILS_ENV=production bin/bundle exec rails mastodon:make_admin USERNAME=*username*`</del>
### Update ### Update
`$ sudo yunohost app upgrade --verbose mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh.git` `$ sudo yunohost app upgrade --verbose mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh.git`

View file

@ -9,7 +9,7 @@
"en": "Mastodon is a free, open-source social network.", "en": "Mastodon is a free, open-source social network.",
"fr": "Mastodon est un réseau social gratuit et open source." "fr": "Mastodon est un réseau social gratuit et open source."
}, },
"version": "1.3.3", "version": "1.4.1",
"url": "https://github.com/tootsuite/mastodon", "url": "https://github.com/tootsuite/mastodon",
"license": "AGPL v3.0", "license": "AGPL v3.0",
"maintainer": { "maintainer": {