Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

FCsean/coderangers

Repository files navigation

  1. Install Git.

  2. Install the Go compiler and related tools.

  3. Set your GOPATH environment variable to an empty folder where you want your Go code and libraries to be stored.

  4. Clone the CodeRangers repo into the src folder of your GOPATH.

    • git clone https://github.com/FCsean/coderangers
  5. Get the dependencies.

    • go get "github.com/gorilla/sessions"
    • go get "github.com/go-sql-driver/mysql"
    • go get "github.com/mattn/go-sqlite3"
  6. Install Isolate for C support.

  7. Install JDK for Java support.

  8. Install GCC also for C support.

  9. Json files in the root folder are config files and should be updated as needed.

  10. To run the server, run go build server.go && server in the coderangers folder. (In the future, this will become go install coderangers)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •