GithubHelp home page GithubHelp logo

agaelebe / bootstrap-kiosk-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ccapodilupo/bootstrap-kiosk-app

0.0 2.0 0.0 143 KB

a proof of concept for a kiosk app to add users to a mailing list or check them in at an event

Ruby 86.59% JavaScript 1.60% CoffeeScript 1.48% CSS 10.33%

bootstrap-kiosk-app's Introduction

Bootstrap an App with Constant Contact

a proof of concept for a kiosk app to add users to a mailing list or check them in at an event

Hipchat room for tonights event: https://www.hipchat.com/gvNsQ0cJQ

========== Steps for setting up the basic app :

The most recent version of these steps found here : http://slides.com/brian915/bootstrap-an-app-with-constant-contact--2

  1. it will utilize AppConnect - Constant Contact's Developer API Developers will need to setup a Mashery Account to get an API key :

https://constantcontact.mashery.com/io-docs

Setup

  1. Clone your fork to your local machine.
  2. cd Bootstrap-Kiosk-App/config/initializers/
  3. mv _secret_tokens.rb.example _secret_tokens.rb (note this file is git-ignored so you don't accidently put your private keys on github)
  4. cd ../../; bundle installl
  5. Run 'rake secret' to generate a new rails secret key.
  6. Paste this key into '_secret_tokens.rb' on the line: BootstrapKioskApp::Application.config.secret_key_base
  7. Sign up for an API key through mashery: https://constantcontact.mashery.com/
  8. Create a new application by clicking API Keys, then Applications
  9. Make sure to enter the following for the 'Redirect URI for OAuth calls' : http://localhost:3000/users/auth/constantcontact/callback
  10. Enter the api key and secret key into: _secret_tokens.rb file.
  11. rake db:create
  12. rake db:migrate
  13. If you don't have a Constant Contact account, register for one account, and verify your account email address.
  14. If you DO have a CTCT account, you will need to know the email address associated with that account.
  15. Start your rails server : 'rails s'.
  16. Load "Localhost:3000", Click 'sign in'.
  17. Enter your constantcontact login information. ( your username should be the email address you signed up with )
  18. Success!

Keep in mind that if other people work on your app they will need a copy of your _secret_tokens file, which should not be in github.

bootstrap-kiosk-app's People

Contributors

brian915 avatar highwaybobbery 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.