Repository for Organiko website.
Built with:
- Middleman
- Clone repo
- Run
bundle
- Run
middleman
- 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/
- Run
./deploy-staging.sh
- Go to the access link generated on the deploy setup. Current is this one.
- Go to Amazon S3 Management Console
- Upload files manually (boooring)
- Set
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
env vars
- Set
s3_sync.after_build = true
inconfig.rb
(workaround sincemiddleman sync
does not work for me) - Run
middleman build