Giter Club home page Giter Club logo

socialkit's Introduction

Rails Bootstrap

Introduction

This project is will give you a fresh Web application with state of the art tools when you sit down at a StartupWeekend or hackathon. Below is a step by step guide to set up a Rails web application in just an hour. You definitely want to complete the prerequisites before the event begins.

Prerequisites

Steal the goodness

Start here if you are familiar with Rails, git, and Heroku.

  • Buy your domain name
  • Clone the Github repo

$ git clone [email protected]:adamloving/rails-bootstrap.git myproject

$ heroku create $ git push heroku master

What you’ve got

  • Slim
  • Compass
  • Devise
  • Twitter bootstrap
  • Coffeescript
  • Omniauth sign in with Facebook (easy to add Twitter or another OAuth provider)

Customize your app

  • Rename (search and replace) “SocialKit” to the name of your app.

Continue to install

  • Create your database

$ heroku rake db:migrate

heroku domains:add www.myapp.com heroku domains:add myapp.com

  • add a CNAME record for myapp.heroku.com (and A records)
  • Create a Facebook app for login. Setup the app with your domain on Facebook.
  • add config variables for your Facebook App

$ heroku config:add FACEBOOK_APP_ID=1234 $ heroku config:add FACEBOOK_SECRET=4567

Voila, within a few minutes you should be live.

Send @adamloving a tweet to let me know how it went.

socialkit's People

Contributors

adamloving avatar digitallawyer avatar

Stargazers

 avatar

Watchers

James Cloos 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.