You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+67-8Lines changed: 67 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,65 @@
3
3
# MudPi Setup Assistant
4
4
> A web application with setup scripts to make first time configurations in MudPi.
5
5
6
-
MudPi Assistant is a lightweight php application that helps with first time configurations like connecting to Wifi. This is generally useful for non-developers that want a friendly interface for initial configurations. MudPi Assistant can be installed through the installer or manually by downloading the repo into your web server root and adding the appropriate server configurations. A sample nginx config is provided at `configs/mudpi_assistant.conf`. This application is quite useful in combination with an access point.
6
+
MudPi Assistant is a lightweight php application that helps with first time configurations such as connecting to Wifi. Typically this app will be used for initial configurations and then be removed in place of [MudPi UI](https://github.com/mudpi/ui) after finishing setup. Assistant makes use of `wpa_supplicant` to help configure your network settings.
7
7
8
-
## Documentation
9
-
For full documentation visit [mudpi.app](https://mudpi.app/docs/setup-assistant)
8
+
## Installation
9
+
Clone the repo into your web server i.e. nginx
10
+
```
11
+
cd /var/www/html/mudpi_assistant
12
+
git clone https://github.com/mudpi/assistant.git
13
+
```
10
14
15
+
Check and copy the provided server config file to nginx. Make sure the root is correct and proper php-fpm version is selected.
Make sure to check folder permissions and that the proper commands have been added to your sudoers file for the web server user.
15
62
16
-
## Contributing
17
-
Any contributions you can make will be greatly appreciated. If you are interested in contributing please get in touch with me and submit a pull request. There is much more I would like to add support for, however being a single developer limits my scope.
63
+
## Documentation
64
+
For full documentation visit [mudpi.app](https://mudpi.app/docs/setup-assistant)
18
65
19
66
20
67
## Versioning
@@ -23,7 +70,19 @@ Breaking.Major.Minor
23
70
24
71
## Authors
25
72
* Eric Davisson - [Website](http://ericdavisson.com)
0 commit comments