Giter Club home page Giter Club logo

go-puzzlehunt-server's Introduction

This is an old project

This project has been replaced by the puzzlehunt_server project, which supports many more features including the ability to replay past hunts.

Getting the code

  1. Install git
  2. Install go (brew install go)
  3. Install bazaar because labix is retarded (brew install bazaar)
  4. Install mongodb for a database (brew install mongodb)
  5. Install libsass for compiling sass assets. This is required because some stylesheets are sass. Make sure you install from git because the 1.0 version is too old. (This isn't in homebrew by default)
  6. Set up some sort of $GOPATH
  7. Execute go get github.com/alexcrichton/puzzlehunt

The code is then located at $GOPATH/src/github.com/alexcrichton/puzzlehunt which you may want to symlink to a better location.

Running the code

# Run a database in the background somewhere
mongod &

# Build all dependencies and run a server
make run

# Visit the website!
open http://localhost:4000

go-puzzlehunt-server's People

Contributors

alexcrichton avatar dlareau avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.