mirror of
https://github.com/YunoHost-Apps/sharkey_ynh.git
synced 2024-09-03 20:16:32 +02:00
Fix warning + description + admin
This commit is contained in:
parent
83f28547f9
commit
09e65c0b31
6 changed files with 5 additions and 31 deletions
13
doc/ADMIN.md
13
doc/ADMIN.md
|
@ -1,16 +1,3 @@
|
|||
### Important points to read before installing
|
||||
|
||||
- The first account created will be an admin user and will have all the admin rights.
|
||||
|
||||
Using screen in case of disconnects
|
||||
|
||||
```
|
||||
sudo apt-get install screen
|
||||
screen
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/misskey_ynh.git
|
||||
```
|
||||
Recover after disconnect:
|
||||
```
|
||||
screen -d
|
||||
screen -r
|
||||
```
|
||||
|
|
|
@ -1,16 +1,3 @@
|
|||
### Points importants à lire avant l'installation
|
||||
|
||||
- Le premier compte créé sera un utilisateur administrateur et disposera de tous les droits d'administrateur.
|
||||
|
||||
Utiliser *screen* en cas de déconnexion
|
||||
|
||||
```
|
||||
sudo apt-get install screen
|
||||
screen
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/misskey_ynh.git
|
||||
```
|
||||
Récupérer après déconnexion :
|
||||
```
|
||||
screen -d
|
||||
screen -r
|
||||
```
|
||||
|
|
|
@ -1 +1 @@
|
|||
Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms.
|
||||
Sharkey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux.
|
||||
Sharkey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux.
|
|
@ -24,7 +24,7 @@ ynh_script_progression --message="Setting up source files..." --weight=3
|
|||
mkdir -p "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
ynh_exec_warn ynh_exec_as $app git clone --recurse-submodules -b stable https://activitypub.software/TransFem-org/Sharkey.git "$install_dir"
|
||||
ynh_exec_warn_less git clone --recurse-submodules -b stable https://activitypub.software/TransFem-org/Sharkey.git "$install_dir"
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
|
|
@ -60,8 +60,8 @@ ynh_add_nginx_config
|
|||
ynh_script_progression --message="Building app..."
|
||||
|
||||
pushd "$install_dir"
|
||||
git checkout stable
|
||||
git pull --recurse-submodules
|
||||
ynh_exec_warn_less git checkout stable
|
||||
ynh_exec_warn_less git pull --recurse-submodules
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm cleanall
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm install --frozen-lockfile
|
||||
|
|
Loading…
Add table
Reference in a new issue