mparramont / organiko

Website for www.organiko.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Website for www.organiko.es


Languages

Language:Ruby 47.1%Language:CSS 27.0%Language:HTML 25.3%Language:Shell 0.4%Language:JavaScript 0.1%