Giter Club home page Giter Club logo

aduno's Introduction

#Aduno# ###To Unite, To Make One###

###Dev Environment Setup### ####Install node#### Follow instructions here.

####Install meteor#### Note : The normal method of installing meteor(curl install.meteor.com | sh) won't work, as we make use of meteor's Auth which is currently not in their stable release.

We have to install from a checkout of the meteor project.

git clone -b auth git://github.com/meteor/meteor.git
cd meteor

If you want meteor in your path /usr/local/

./install.sh
meteor --help 

this will download all dependencies, so it may take a few minutes

or check out meteor's official readme at their github repo here

####Install Aduno#### Now just clone aduno

git clone git://github.com/bradens/aduno.git
cd aduno
meteor

This will create a mongodb instance, so it could take a minute or two the first try, then

http://localhost:3000

and it should work!

####Setup github auth#### In order to set up a github auth key (required for testing out your aduno instance), you have to do the following.

Register github app

Go to https://github.com/settings/applications and click Register new app Register a new application and point

url = http://localhost:3000
callback url = http://localhost:3000/_oauth/github?close

Then copy your clientId and secret into the Configure github auth dialog that pops up when trying to sign in. This only has to be done once per mongodb reset (only once unless you mess something up)

Contact me @bradensimpson on twitter for any questions.

aduno's People

Contributors

nathanlambert avatar

Watchers

 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.