Skip to content

Instantly share code, notes, and snippets.

@leowmjw
Last active June 18, 2016 11:32
Show Gist options
  • Save leowmjw/a56e2e337a3df9f9bb254ddaf943bab0 to your computer and use it in GitHub Desktop.
Save leowmjw/a56e2e337a3df9f9bb254ddaf943bab0 to your computer and use it in GitHub Desktop.

Binaries (test) for Trusty Base, with basic PHP app type fixes Compiled from this version: hashicorp/otto#515

This file has been truncated, but you can view the full file.
@leowmjw
Copy link
Author

leowmjw commented Jun 6, 2016

@mihailj You can try again. I tested in my copy and it works (basic PHP); after I readjusted the compilation path of the source. It seems the compilation needs to be <GO_PATH>/src/github.com/hashicorp/otto and cannot be compiled when in my copy of the repo <GO_PATH>/src/github.com/leowmjw/otto :(

I tested with the basic PHP 7.0 customization as per below:

application {
    name = "basic-otto-php"
    type = "php"


   dependency {
      source = "github.com/hashicorp/otto/examples/mongodb"
      # source = "/Users/leow/OTTO/WORKSPACE/otto/examples/mongodb"
      # source = "/Users/leow/OTTO/WORKSPACE/sample_app_3rd_edition/vue-project"
      # source = "./vue-node-docker"
   }
}

   customization {
     php_version = "7.0"
   } 

project {
   name = "sinar"
   infrastructure = "dev"
}

infrastructure "dev" {
    type = "aws"
    flavor = "simple"
    foundation "consul" {}
}

@mihailj
Copy link

mihailj commented Jun 18, 2016

Hello Michael, can you upload again the 64-bit windows version? The raw download doesn't work anymore... Thank you!

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