Skip to content

Instantly share code, notes, and snippets.

@btopro
Created January 17, 2018 14:53
Show Gist options
  • Save btopro/c24cdf2b479b262fca131585ca50eb1c to your computer and use it in GitHub Desktop.
Save btopro/c24cdf2b479b262fca131585ca50eb1c to your computer and use it in GitHub Desktop.
Workflow to building a free blog

AWS

  • Setup an Ubuntu 16 or Amazon AMI box on Free tier
  • Setup security policies to allow traffic on 22, 80 and 443
  • get pem key so that you can SSH into the server and make a successful connection

Domain

  • Register domain
  • Make it good, cheap, simple

Cloudflare

  • get an account
  • read steps for wiring up your domain to cloud flare
  • go back to domain registrar and tweak settings so cloudflare is in control
  • look into the optimization settings and get HTTPS certs delivered through them

Website

Move GravCMS to a folder you expect Modify permissions to be 777 for the folder to get everything setup Edit apache config file to point to this folder for the top level of the domain go to yourdomain/admin to edit grav / create login credentials for yourself add plugins / themes to make it what you want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment