Binaries (test) for Trusty Base, with basic PHP app type fixes Compiled from this version: hashicorp/otto#515
Last active
June 18, 2016 11:32
-
-
Save leowmjw/a56e2e337a3df9f9bb254ddaf943bab0 to your computer and use it in GitHub Desktop.
Latest binaries for https://github.com/hashicorp/otto/issues/442
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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" {}
}
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
Hi,
I've tested again on my primary windows_amd64 host OS after deleting ~/.otto.d and all Otto VM's with no luck...
Also made 2 tests that didn't have the expected results on 2 different Ubuntu VMs... one Ubuntu 16.04 and a new user created just for this test (directly installed in Virtualbox) and below you can find the log for a virgin (as in never had Otto installed) Vagrant box: