aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-02 04:46:13 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-02 04:46:13 -0500
commitb62c22d228bcdf8710021cecc2a171fd9c69ae3c (patch)
tree72e3acd039a8eb26e4d7332917f91fa8726d673d /README.md
parent8c37650852dae4329661a74ab1dc0e5b66d720f1 (diff)
downloadthedroneely.com-b62c22d228bcdf8710021cecc2a171fd9c69ae3c.tar.gz
thedroneely.com-b62c22d228bcdf8710021cecc2a171fd9c69ae3c.tar.bz2
thedroneely.com-b62c22d228bcdf8710021cecc2a171fd9c69ae3c.zip
README.md: Add links
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6a53036..72c906c 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Change to the container directory.
cd /var/lib/lxc/app
```
-Remove the old base container filesystem.
+Remove the old base container file system.
```sh
rm -rf rootfs/*
```
@@ -28,17 +28,17 @@ Download the website at [https://www.thedroneely.com/download/rootfs.tar.gz](htt
wget https://www.thedroneely.com/download/rootfs.tar.gz
```
-Extract the contents to the container filesystem.
+Extract the contents to the container file system.
```sh
tar --numeric-owner -xzvf rootfs.tar.gz -C rootfs/
```
-Start the website
+Start the website.
```sh
lxc-start -n app
```
-Get the IP address
+Get the IP address.
```sh
lxc-ls -f
```
@@ -49,12 +49,12 @@ app RUNNING 0 - x.x.x.x - false
## Notable Endpoints
-Cockpit CMS can be accessed at http://x.x.x.x/cockpit.
+[Cockpit CMS](https://getcockpit.com/) can be accessed at http://x.x.x.x/cockpit.
```sh
Username: admin
Password: admin
```
-Isso commenting administration page can be accessed at http://x.x.x.x/isso/admin
+[Isso](https://posativ.org/isso/) commenting administration page can be accessed at http://x.x.x.x/isso/admin.
```sh
Password: changethis
```