Browse Source

[enh] Add exemple to setup wifiwithme

ljf 8 years ago
parent
commit
23987891a7
1 changed files with 10 additions and 2 deletions
  1. 10 2
      README.md

+ 10 - 2
README.md

@@ -7,5 +7,13 @@ A form and a map to take a census of people who want create a radio network.
 
 
 More information on https://code.ffdn.org/FFDN/wifi-with-me
 More information on https://code.ffdn.org/FFDN/wifi-with-me
 
 
-## TODO
-- Test
+## 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
+```