Browse Source

[enh] Update doc installation command

ljf 8 years ago
parent
commit
69ab310a21
1 changed files with 1 additions and 6 deletions
  1. 1 6
      README.md

+ 1 - 6
README.md

@@ -10,10 +10,5 @@ More information on https://code.ffdn.org/FFDN/wifi-with-me
 ## Install
 
 ```
-git clone --depth 1 --recursive https://code.ffdn.org/ljf/wifiwithme_ynh.git
-yunohost app install ./wifiwithme_ynh -a "domain=ynh.arn-fai.net&path=/wifi&email=contact@exemple.tld&isp_name=ARN&isp_site=//arn-fai.net&url_contact=//arn-fai.net/contact&isp_zone=Alsace&latitude=48.5691&longitude=7.7621&zoom=12&cnil_number=&cnil_link=&admin=ljf"
-cd /opt/wifi-with-me
-source venv/bin/activate
-venv/bin/python manage.py createsuperuser --username ljf --email contact@exemple.tld
-deactivate
+yunohost app install https://code.ffdn.org/ljf/wifiwithme_ynh.git -a "domain=wifi.arn-fai.net&path=/wifi/&email=contact@arn-fai.net&isp_name=ARN&isp_site=//arn-fai.net&url_contact=//arn-fai.net/contact&isp_zone=Alsace&latitude=48.5691&longitude=7.7621&zoom=12&cnil_number=&cnil_link=&admin=ljf"
 ```