Coder Social home page Coder Social logo

subhashsaran / launchgator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fizzysoftware/launchgator

0.0 1.0 0.0 5.37 MB

Free web service that helps you create awesome landing pages for your coming soon website. This service helps you set up basic yet vivid landing pages till your full fledged website shows up on your domain.

Home Page: launch.deskgator.com

Ruby 43.86% JavaScript 7.36% CSS 13.80% HTML 34.97%

launchgator's Introduction

LaunchGator

The open source, self-hosted site builder

LaunchGator is a tool for creating awesome coming soon pages for your upcoming website.

Landing Page
Landing Page
Site Page Created
Site Page Created

Development Setup

Clone the repo and make a copy to start the new application

git clone https://github.com/fizzysoftware/LaunchGator.git

Install dependencies (ensure bundler is installed)

cd LaunchGator
bundle install

CREATE database config (sample config is in config/database.sample.yml)

cp config/database_sample.yml config/database.yml
# make the appropirate changes

Setup DB

rake db:create
rake db:migrate
rake db:seed

Run Rake Tasks

rake add_data

Start the Server

rails s

For Background Jobs(Sending mail etc)

rake jobs:work

Demo

There is a demo available at http://launch.deskgator.com/

Deploying

  • Change the config/deploy.rb accordingly.
  • Setup server and deploy
cap production deploy:setup
cap production deploy:cold

Starting DelayedJob

  • Stop delayed job and then restart it
RAILS_ENV=production script/delayed_job stop
RAILS_ENV=production script/delayed_job start

Copyright

Copyright (c) 2012-2013 Fizzy Software. See LICENSE for details.

Disclaimer

This was a hackathon project which we do not maintain actively. Feel free to fork and improve :)

launchgator's People

Contributors

manoj-fizzysoftware avatar mohitjain avatar rahul-fizzy avatar subhashsaran avatar

Watchers

 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.