tsuru / now

Yet another script to install Tsuru and its dependencies.
BSD 3-Clause "New" or "Revised" License
89 stars 53 forks source link

Error when try to install #50

Closed HudsonAfonso closed 7 years ago

HudsonAfonso commented 8 years ago

~ ⚡ $ curl -sL https://raw.githubusercontent.com/tsuru/now/master/run.bash | bash bash: line 39: wheezy: unbound variable (23) Failed writing body

andrewsmedina commented 8 years ago

@HudsonAfonso what linux distro are you using?

HudsonAfonso commented 7 years ago

Darwin MacBook-Pro.local 16.4.0 Darwin Kernel Version 16.4.0: Thu Dec 22 22:53:21 PST 2016; root:xnu-3789.41.3~3/RELEASE_X86_64 x86_64

HudsonAfonso commented 7 years ago

news?

guilhermebr commented 7 years ago

Hi @HudsonAfonso we are deprecating now script in favor of tsuru installer (it's yet with experimental status in docs, but it's well tested and will be the recommended way soon)

Please try Tsuru Installer and let we now your impressions. We have a recent article about installing Tsuru with installer in google cloud platform

If you want to run Tsuru in your mac without using VM, take a look at our docker-compose.yml, it's used for dev environment but you can change to run Tsuru images directly. more info: https://docs.tsuru.io/master/contributing/index.html#development-environment

[]s