I’ve just installed Manager Server edition on my Ubuntu 14.04 VPS with AzureVPS and encountered failure and I just know that it’s purely clean server, you can’t just install the prerequisite software by this command sudo apt-get install mono-complete
I’ve found this from Google, and here are the guides…
sudo apt-get update
sudo apt-get install mono-runtime
sudo apt-get install monodevelop
And it don’t equipped with nano installed too, here are the guides…
sudo apt-get update
sudo apt-get install nano
I’ve installed everything and get all works! But I still couldn’t get Manager Server to automatically start when server reboots.
I followed the steps by using nano to open and edit /etc/rc.local and added
/usr/bin/mono /path/to/ManagerServer.exe -port 80 >>/dev/null 2>&1 &
before exit 0 lines then rebooted
But it still fails to starts when I quit putty.
Any idea guys?