willpiper24 4 роки тому
батько
коміт
fe30874a9a
1 змінених файлів з 21 додано та 0 видалено
  1. 21 0
      README.md

+ 21 - 0
README.md

@@ -0,0 +1,21 @@
+# ArduPilot Custom Firmware Builder
+
+## Summary
+
+This is a website that generates a downloadable custom ArduPilot firmware, based on user selection.
+
+## For developers
+
+This website uses the flask library.
+
+To run:
+
+```
+./app.py
+```
+
+For Apache web server http://localhost:8080 :
+
+```
+/usr/local/opt/httpd/bin/httpd -D FOREGROUND
+```