File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed
Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -10,29 +10,37 @@ A basic web interface for [meraki-builder](https://github.com/halmartin/meraki-b
1010 daemon must currently be manually started (and, given the alpha nature of this
1111program, it's not recommended to automate it at boot)
1212
13- Download the latest release
13+ 1 . Download [ the latest release] ( https://github.com/hall/postmerkos-ui/releases ) .
1414
15+ ``` bash
1516 wget https://github.com/hall/postmerkos-ui/releases/latest/download/postmerkos-ui.zip
17+ ```
1618
17- Move it onto your switch
19+ 2. Move it onto your switch
1820
21+ ` ` ` bash
1922 scp -O postmerkos-ui.zip < switch> :
23+ ` ` `
2024
21- Unzip and update the permissions
25+ 3. Unzip and update the permissions
2226
27+ ` ` ` bash
2328 unzip postmerkos-ui.zip
2429
2530 chmod o+r -R ./postmerkos-ui
2631 chmod o+x -R ./postmerkos-ui/cgi-bin
32+ ` ` `
2733
28- Start ` uhttpd ` on port 80
34+ 4. Start ` uhttpd` on port 80
2935
36+ ` ` ` bash
3037 uhttpd -p 80 -h ./postmerkos-ui
38+ ` ` `
3139
32- Open http://< switch > in your browser and use your PAM login credentials.
40+ 5. Open http://$ switch in your browser and use your PAM login credentials.
3341
3442
3543# # Credits
3644
37- - Original implementation by WriteCodeEveryday at https://github.com/WriteCodeEveryday/freeraki-ui
38- - Icons by https://github.com/danklammer/bytesize-icons
45+ - original implementation by WriteCodeEveryday at https://github.com/WriteCodeEveryday/freeraki-ui
46+ - icons by https://github.com/danklammer/bytesize-icons
You can’t perform that action at this time.
0 commit comments