Git Product home page Git Product logo

idoru's Introduction

Idoru Circle CI Code Climate Test Coverage

Someone seated opposite the camera, beyond a phalanx of green bottles. The darkness and the bandwidth of the tiny camera making the features impossible to read. Then Rez leaned forward, recognizable in the new depth of focus. He gestured toward the camera with a glass of red wine.

"If we could ever once stop talking about the music, and the industry, and all the politics of that, I think I'd probably tell you that it's easier to desire and pursue the attention of tens of millions of total strangers than it is to accept the love and loyalty of the people closest to us."

— William Gibson, Idoru

Local Environment Setup

Postgres

brew install postgres
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
createdb idoru_test
createdb idoru_development

Node.js

brew install node

RVM

  1. Follow setup guide here: http://rvm.io/rvm/install.
  2. Install ruby 2.1.2 (rvm install ruby-2.1.2).
  3. Change to your idoru directory (cd ~/src/idoru).
  4. Run bundle install.

Run migrations

rake db:migrate

Serve application

rails server

Create an administrator

  1. Navigate to idoru in your browser (localhost:3000).
  2. Click "Sign Up" and follow instructions.
  3. Open up your rails console (rails console).
  4. Find your user (user = User.where(email: "[email protected]").first)
  5. Set them as admin (user.is_admin = true).
  6. Save them. (user.save!).

Contributing

  1. Fork this repo.
  2. Create a new branch with feature/issue name (git checkout -b feature-foo-bar).
  3. Hack and commit frequently until done.
  4. Open a pull request.

Contributions must:

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.