1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yacy_ynh.git synced 2024-09-03 18:05:59 +02:00
This commit is contained in:
moul 2014-10-21 18:47:15 +02:00
parent 52e725bda4
commit 7c4b37f366
3 changed files with 4 additions and 25 deletions

View file

@ -1,9 +1,9 @@
YaCy package for YunoHost YaCy package for YunoHost
---------------------- ----------------------
* [http://yacy.net](YaCy web site) * [YaCy web site](http://yacy.net)
* [https://yunohost.org/](YunoHost web site] * [YunoHost web site](https://yunohost.org/)
* Package not ready * Package not ready

View file

@ -20,26 +20,16 @@
{ {
"name": "domain", "name": "domain",
"ask": { "ask": {
<<<<<<< HEAD
"en": "Choose a domain for YaCy", "en": "Choose a domain for YaCy",
"fr": "Choisisez un nom de domaine sur lequel installer YaCy" "fr": "Choisisez un nom de domaine sur lequel installer YaCy"
=======
"en": "Choose a domain for YaCy"
"fr": "Choisi un nom de domaine pour YaCy"
>>>>>>> 26d191cc215b468d1303bc3f4f3b54262d1ede09
}, },
"example": "domain.org" "example": "domain.org"
}, },
{ {
"name": "path", "name": "path",
"ask": { "ask": {
<<<<<<< HEAD
"en": "Choose a path for YaCy", "en": "Choose a path for YaCy",
"fr": "Choisisez une adresse sur laquelle installer YaCy" "fr": "Choisisez une adresse sur laquelle installer YaCy"
=======
"en": "Choose a path for YaCy"
"fr": "Choisi une adresse pour YaCy"
>>>>>>> 26d191cc215b468d1303bc3f4f3b54262d1ede09
}, },
"example": "/yacy", "example": "/yacy",
"default": "/yacy" "default": "/yacy"

View file

@ -1,16 +1,6 @@
#!/bin/bash #!/bin/bash
<<<<<<< HEAD # Remove Debian official
# Remove Debian official paquage
sudo apt-get remove yacy
# Remove YaCy service to the YunoHost monitoring
sudo yunohost service remove yacy --log /var/log/yacy/yacy00.log
sudo service nginx reload
sudo yunohost app ssowatconf
=======
#Remove official Debian package
sudo apt-get remove yacy -y -qq sudo apt-get remove yacy -y -qq
# Remove YaCy service to YunoHost monitoring # Remove YaCy service to YunoHost monitoring
@ -19,4 +9,3 @@ sudo yunohost service remove yacy
#Reload Nginx and regenerate SSOwat conf #Reload Nginx and regenerate SSOwat conf
sudo service nginx reload sudo service nginx reload
sudo yunohost app ssowatconf sudo yunohost app ssowatconf
>>>>>>> 26d191cc215b468d1303bc3f4f3b54262d1ede09