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

  • start up the Vagrant VM

    vagrant up
  • Setup the configuratin file from the template:

    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
  • To get the changes from upstream, run

    git pull upstream master

autobahn's People

Contributors

zmughal avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

chiragghanshani

autobahn's Issues

add project stage option for projects

Stage that a project is in:

  • planning
  • started
  • adding features
  • stalled - technical reasons
  • stalled - resources (time)
  • maintenance

Needs to be:

  • mutually exclusive
  • keep a history

Requested by @cooljj20.

Projects and Skills

Projects and skills displayed together to see what skills are being used on what project to encourage contribution.

-your site sucks

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.