Skip to content

mparramont/organiko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Organiko website

Repository for Organiko website.

Built with:

  • Middleman

Setup

  • Clone repo
  • Run bundle

Run in development

  • Run middleman

Setup deploy to staging (Google Drive)

  • Download and setup Google Drive app
  • mkdir ~/Google\ Drive/organiko if not there
  • Run .deploy.sh
  • Go to Google drive on the web, share the organiko folder to the public, grab hash from the share link, and access the page like this: https://googledrive.com/host/[hash]/es/

Deploy to staging

  • Run ./deploy-staging.sh
  • Go to the access link generated on the deploy setup. Current is this one.

Deploy to live manually:

Setup deploy to live programatically

  • Set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY env vars

Deploy to live programatically:

  • Set s3_sync.after_build = true in config.rb (workaround since middleman sync does not work for me)
  • Run middleman build