Git Product home page Git Product logo

demo's Introduction

Lufthouse-CMS

Rails version

4.1.1

System dependencies

Configuration

Database

The application expects to run against Postgres.

Application and User Setup

To start the application run bundle install, then rake db:migrate, and rails s. your application will be available at http://localhost:3000/

You will then be able to access the admin console at http://localhost:3000/admin. You will have to log in using the default admin user with username: [email protected] and password: password.

I installed the devise gem which does User management for us so we can change this default admin user before the website gets posted up on Heroku.

Devise

Users are authenticated using the Devise gem.

Paperclip

The Paperclip gem is used to handle content images. Had to downgrade to version 3.5.4 to prevent failure to store images due to spoofing.

Gmaps4rails

Instead of specifying an accompanying cardinal direction when defining latitude and longitude, this application uses negative values to define latitudes south of the equator and longitudes west of the Greenwich meridian. As such, the coordinates have the following accepted range (in degrees):

  • Latitude [-90,90]
  • Longitude [-180,180]

AWS S3

All beacon images are stored remotely in AWS S3.

Beacon UUID

Beacon UUID is currently automatically set. Change this generic value in the beacon edit page.

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.