|
@@ -59,6 +59,11 @@ Since Debian Stretch, `runit` isn't started anymore automatically, but this gets
|
|
|
|
|
|
sudo apt-get install -y runit-systemd libssl1.0-dev
|
|
|
|
|
|
+### Ubuntu 18.04 Bionic
|
|
|
+
|
|
|
+To start `runit` automatically on Ubuntu Bionic, we need to install `runit-systemd`:
|
|
|
+
|
|
|
+ sudo apt-get install -y runit-systemd
|
|
|
|
|
|
## 2. Ruby
|
|
|
|
|
@@ -81,6 +86,10 @@ Install the bundler and foreman gems:
|
|
|
|
|
|
sudo gem install rake bundler foreman --no-document
|
|
|
|
|
|
+Update rubygems:
|
|
|
+
|
|
|
+ sudo gem update --system --no-document
|
|
|
+
|
|
|
## 3. System Users
|
|
|
|
|
|
Create a user for Huginn:
|