Installing Sympl

From Sympl Wiki
Revision as of 23:44, 8 June 2019 by Kelduum (talk | contribs) (Created page with "For now, the install instructions are just to install from the repo, but there will be an install script once done. As root: <pre>wget -qO- http://mirror.mythic-beasts.com/my...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For now, the install instructions are just to install from the repo, but there will be an install script once done.

As root:

wget -qO- http://mirror.mythic-beasts.com/mythic/support@mythic-beasts.com.gpg.key | apt-key add -
echo deb http://packages.mythic-beasts.com/mythic/ stretch-testing main > /etc/apt/sources.list.d/sympl_mythic-beasts.list
apt-get update
apt-get install --install-recommends sympl-core

Remember to set the new 'admin' users password with passwd admin, again as root.