Code Monkey home page Code Monkey logo

autobahn's Introduction

Autobahn is a social network for CougarCS, the Computer Science student organisation and ACM Chapter at the University of Houston.

The purpose is to facilitate connecting people to projects and people with skills.

Dev

  • install vagrant

  • run

    vagrant up
    
  • cp config.yml.example config.yml

  • add a GitHub API token to config.yml in the Auth::Github section:

    • if you want to use a server on localhost:8586 for development, use

      plugins:
        "Auth::Github":
          client_id: "08ab5c7a5e8ee1449102"
          client_secret: "53bd83ea6a228297d934ddbd09adf83bb54228f0"
      

      in that section.

    • otherwise, register an application at https://github.com/settings/applications. Settings should be

      Homepage: http://autobahn.cougarcs.com/
      Authorization callback URL: http://localhost:8586/auth/github/callback
      

      change the callback URL to match the port you will run the application on (default: 8586)

  • run the development server

    ./start_dev
    
  • setup upstream for your git repo

    git remote add upstream https://github.com/zmughal/autobahn.git
    
  • git pull upstream master

autobahn's People

Contributors

zmughal avatar

Stargazers

Roman avatar Chirag Ghanshani avatar

Watchers

Chirag Ghanshani 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.