Skip to content

landingpage brief: This landingpage is built on Rails, using PostgreSQL as database engine. It is in initial stage so you can modify the layout of the page as you wish if you are a developer Ruby on Rails

xfry/LandingPage-Postgres-Rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Landing Page Brief This landingpage is built on Rails, using PostgreSQL as database engine. It is in initial stage so you can modify the layout of the page as you wish if you are a developer Ruby on Rails.

You can use this for brief LandingPage: You only should change the ENV["ENVIRONMENT VARIABLE"] to your own, on the file named /landingpage/config/enviroment/production.rb and the file development.rb in the lines_:

  • config.action_mailer.smtp_settings = {
  • :address => "smtp.mandrillapp.com", #If you uses google smpt shuold change the smtp
  • :port => 587,
  • :domain => 'http://alertab.com', #you can change this domain name four own
  • user_name: ENV['MANDRILL_USERNAME'], #You should change this user name for your own
  • password: ENV['MANDRILL_API_KEY'], #you should change this password for your own
  • :authentication => 'plain',

And the :host address to your own

#This landingPage can be deployed on Heroku.

About

landingpage brief: This landingpage is built on Rails, using PostgreSQL as database engine. It is in initial stage so you can modify the layout of the page as you wish if you are a developer Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published