Skip to content

AL2023 install issues #407

Open
Open
@xhs345

Description

@xhs345

Hi, I was facing some installation issues for the build step in the readme, so I though I share my updates:

my steps ended up looking like this

sudo yum install git -y
sudo yum install ruby -y
sudo yum install gcc -y
gem install bundler
sudo gem update --system 3.6.9
git clone https://github.com/aws/aws-codedeploy-agent.git
cd aws-codedeploy-agent
bundle install

after that I got stuck on
bin/codedeploy-agent start
with
error: The config file /opt/codedeploy-agent/conf/codedeployagent.yml does not exist or is not readable

switching to the downloadable now, but thought this could be useful for others

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions