Code Monkey home page Code Monkey logo

Comments (4)

crsimmons avatar crsimmons commented on August 31, 2024

Hi @odedia,

This looks like it errored on the director deploy which implies the failed compilation happened on whichever machine you ran control-tower deploy from. What OS are you deploying from?

I've seen similar errors pop up when the bosh-cli prerequisite dependencies are not present in the environment.

from control-tower.

odedia avatar odedia commented on August 31, 2024

Hi @crsimmons , I'm deploying from an EC2 VM on AWS, running Ubuntu 18.04.
I'm surprised BOSH compilation would occur on the client side? It should be done from the remote bosh director, no?

from control-tower.

crsimmons avatar crsimmons commented on August 31, 2024

This is the compilation for deploying the director itself. bosh create-env needs extra dependencies to be present on the local system. All compilation for the actual deployment will take place on VMs.

On the AWS 18.04 AMI I believe the command you need to run first is sudo apt-get update && sudo apt-get install -y build-essential zlibc zlib1g-dev ruby ruby-dev openssl libxslt-dev libxml2-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3

from control-tower.

odedia avatar odedia commented on August 31, 2024

Thank you.

I used the standard documentation to install ruby 2.4 before running and it now continues with the installation.

https://gorails.com/setup/ubuntu/18.04

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

sudo apt-get update
sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev software-properties-common libffi-dev nodejs yarn

from control-tower.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.