aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-08-13 16:34:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-08-13 16:34:41 +0300
commit8f0a5972cbefcd649e45dc007bb8fa7238355b0b (patch)
tree160417316dea2dde7bfd10d652a8423aa265d515 /README.md
parent"updated" -> "refreshed" (diff)
downloadlinux-status-8f0a5972cbefcd649e45dc007bb8fa7238355b0b.tar.gz
linux-status-8f0a5972cbefcd649e45dc007bb8fa7238355b0b.zip
drop the dependency on config-links
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 4 insertions, 24 deletions
diff --git a/README.md b/README.md
index bb4d64f..18ca6a2 100644
--- a/README.md
+++ b/README.md
@@ -3,32 +3,12 @@ linux-status
Simple Linux status web pages.
-Deployment
-----------
+Usage
+-----
-Clone to /srv/linux-status and use [config-links]:
+To start a web server on port 18101:
- > pwd
- /srv/linux-status
-
- > ~/workspace/personal/config-links/update.sh
- ...
-
-or just copy linux-status.service from this repository to your $HOME:
-
- > pwd
- /srv/linux-status
-
- > mkdir -p ~/.config/systemd/user/
- > cp '%HOME%/.config/systemd/user/linux-status.service' ~/.config/systemd/user/
-
-Enable & start the service:
-
- > loginctl enable-linger "$( whoami )"
- > systemctl --user enable linux-status
- > systemctl --user start linux-status
-
-[config-links]: https://github.com/egor-tensin/config-links
+ > python3 -m http.server --cgi 18101
License
-------