Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.53 KB

setup-server.rst

File metadata and controls

36 lines (29 loc) · 1.53 KB

Server Setup

0a. Using Our Server

0b. Install Server

  • Server code is located at https://github.com/wearscript/wearscript-server.git
  • Playground webapp is located at https://github.com/wearscript/wearscript-playground.git (you need both)
  • Linux is highly recommended, we have not tested this on OSX or Windows (feel free to try)
  • A few "alternate" options are listed below that may be useful if you run into problems
  • Tested on Ubuntu 13.04, if you want support it helps if you stick with this or a new Ubuntu if possible.
  • Ubuntu packages: apt-get install golang git mercurial redis-server
  • Setup the config.go file (look at config.go.example)
  • Run /server/install.sh (this does basic dependencies and such)
  • Start with ./server and continue with "Connecting the Client to the Server"

Alternate: Installing Go (manually)

Alternate: Install Redis