Skip to content

Git-Host/paas-sitebuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paas-sitebuilder

  • drop suggestions inside /suggestions

geting started, for developers

  • clone repo- git clone https://github.com/perezkarjee/paas-sitebuilder.git
  • please write a well commented and clean code
  • use less external depedencies
  • try to build a very scalable application(app that can work on clusters rather than only a single server)

APIs that will be used

Architecture Notes

  • the static content files such as images,videos, etc uploaded by customers will be stored on AWS S3

  • the actual contents such as templates/styles/pages/etc will be stored on the database, no changes will be made by customers to the application servers(by this i mean the app servers will be read-only and all the content changes will be made on the database servers)

  • the DNS will be handled by cloudflare

  • Mails will be delivered by sendgrid & mandrill

how the pages will be served to the visitor

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

visitor >> abc.site.com >> cloudflare DNS >> Load Balancer >>

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Database(check for requested url 'abc.site.com') << App Server <<

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

>> [[if found]] get stored codes >> App server (generate HTML page) >> Visitor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 50.8%
  • HTML 49.1%
  • ApacheConf 0.1%