Install Devin on Your Own Server
The following steps guides you in installing Devin Server as root/admin via command line
Update Your System (Linux only)
sudo apt-get update -ysudo apt-get upgrade -ysudo apt-get unzip -yDownload and Install Devin Server
Download and prepare the installer script
cd /tmpwget https://download.devin.fm/downloads/server/latest/install_devin_unix.zipunzip install_devin_unix.zipcd install_devinchmod 755 install_devin_unix.shInstall Devin Server interactivily (recommended method)
sudo ./install_devin_unix.sh