Skip to content

Instantly share code, notes, and snippets.

@seventhmoon
Created February 17, 2017 01:44
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 seventhmoon/34738503054f993e4c368c6f01212465 to your computer and use it in GitHub Desktop.
Save seventhmoon/34738503054f993e4c368c6f01212465 to your computer and use it in GitHub Desktop.
Skygear Server Installation (Debian / Ubuntu)
apt-get install postgresql
apt-get install golang
apt-get install postgis
apt-get install postgresql-client
apt-get install postgresql-contrib
apt-get install software-properties-common
apt-get install vim
apt-get install redis-server
service postgresql start
apt-get install libsodium-dev
apt-get install libghc-zeromq4-haskell-dev
mkdir skygear
cd skygear/
touch .env
wget https://github.com/SkygearIO/skygear-server/releases/download/v0.22.1/skygear-server-linux-amd64
chmod +x skygear-server-linux-amd64 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment