Skip to content

Commit 2d52902

Browse files
committed
update install steps
1 parent 07ad457 commit 2d52902

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff 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
1111
program, 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

0 commit comments

Comments
 (0)