summarylogtreecommitdiffstats
path: root/earthwalker.install
diff options
context:
space:
mode:
authorMarkus Richter2021-02-19 11:25:38 +0100
committerMarkus Richter2021-02-19 11:35:29 +0100
commite28cfc55f1dc161a6cadc17fdb317e1a30f25538 (patch)
tree5b71155353bb8329c9b5fa97da542d85b4d90409 /earthwalker.install
parentaf0cf549248f357e1cbd097a5ffd6fcde2c1a904 (diff)
downloadaur-earthwalker-git.tar.gz
Remove path fix, use proper config, polish and publish
Diffstat (limited to 'earthwalker.install')
-rw-r--r--earthwalker.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/earthwalker.install b/earthwalker.install
index ec36f0e1adba..49242e86622e 100644
--- a/earthwalker.install
+++ b/earthwalker.install
@@ -2,8 +2,9 @@ post_install() {
echo ""
echo "##########"
echo "#"
- #TODO echo "# Remember to configure the server via its environment-variables under /etc/earthwalker.env"
+ echo "# Remember to configure the server via its configuration file at /etc/earthwalker/config.toml"
echo "# After installing, start/enable the server via 'systemctl enable earthwalker.service --now'"
+ echo '# earthwalker should then be reachable under http://$yourIPAdress:$PortSetInConfig.'
echo "#"
echo "##########"
echo ""