Skip to content

Instantly share code, notes, and snippets.

@tlhunter
Created October 16, 2017 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlhunter/0b2ccc167ed4910e47fc386c69727b8e to your computer and use it in GitHub Desktop.
Save tlhunter/0b2ccc167ed4910e47fc386c69727b8e to your computer and use it in GitHub Desktop.
# Setup Realm's PackageCloud repository
curl -s https://packagecloud.io/install/repositories/realm/realm/script.deb.sh | sudo bash
# Update the repositories
sudo apt-get update
# Install the Realm Object Server
sudo apt-get install realm-object-server-developer
# Enable and start the service
sudo systemctl enable realm-object-server
sudo systemctl start realm-object-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment