hydroshare / hydroshare_drupal

Hydroshare is an online collaboration environment for sharing data, models, and code related to hydrology and water sciences
beta.hydroshare.org
GNU General Public License v2.0
7 stars 2 forks source link

Vagrant Up exit code non-zero #35

Closed valentinedwv closed 10 years ago

valentinedwv commented 10 years ago

return code from vagrant up on a clean machine build is non-zero.

two issues: 1) 'stdin: is not a tty' 2) 'not found fqdm' from puppet

'stdin: is not a tty' solution: from https://github.com/mitchellh/vagrant/issues/1673 config.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'"

fqdm config.vm.hostname = "hydroshare.local"

valentinedwv commented 10 years ago

now the pear installs of SOAP and File_IMC are complaining.

editing hydroshare_vagrant/manifests/default.pp: setting preferred_state => 'beta',

php::pear::module { 'File_IMC': use_package => false, preferred_state => 'beta', } php::pear::module { 'SOAP': use_package => false, preferred_state => 'beta', }