Giter VIP home page Giter VIP logo

Comments (4)

colemickens avatar colemickens commented on July 17, 2024

That script is exactly where the docs says it is after you clone the
repository. I'm just not sure what part of it is confusing.

  1. clone the repo
  2. Run scripts/devenv.sh
  3. Run make

Please give details on where you're getting stuck or confused. Thanks.

On Nov 8, 2016 8:26 PM, "windswordsgd" [email protected] wrote:

I tried to install ACS engine on a Linux which had docker installed
already with the document below,

https://github.com/Azure/acs-engine/blob/master/docs/acsengine.md

Linux
For Linux, ensure Docker is installed, and follow the developer
instructions at https://github.com/Azure/acs-engine#development-docker to

build and use the ACS Engine.

After click the above link, the instruction for install ACS engine on

Linux is not very clear.

Development (Docker)
The easiest way to get started developing on acs-engine is to use Docker.
If you already have Docker or "Docker for {Windows,Mac}" then you can get
started without needing to install anything extra.
•Windows (PowerShell): .\scripts\devenv.ps1
•Linux (bash): ./scripts/devenv.sh
This setup mounts the acs-engine source directory as a volume into the
Docker container. This means that you can edit your source code normally in
your favorite editor on your machine, while still being able to compile and
test inside of the Docker container (the same environment used in our
Continuous Integration system).

Here's a quick demo video showing the dev/build/test cycle with this setup.

Do we need to export any path or parameters on Linux? Where is devenv.sh
located at? It would be great if there will be a step-by-step installation
guide as Windows or OSX. Current installation guide for Linux is not very
clear.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#84, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAT9dA2zI9jPXhgT3ievcstXePtxfWysks5q8UtdgaJpZM4KtLIL
.

from acs-engine.

windswordsgd avatar windswordsgd commented on July 17, 2024

Hi Cole,

From the document https://github.com/Azure/acs-engine/blob/master/docs/acsengine.md, I find the installation guide for Linux.

Linux
For Linux, ensure Docker is installed, and follow the developer instructions at https://github.com/Azure/acs-engine#development-docker to build and use the ACS Engine.

Once I click the link https://github.com/Azure/acs-engine#development-docker, it re-direct to the page below.
https://github.com/Azure/acs-engine#development-docker

Development (Docker)
The easiest way to get started developing on acs-engine is to use Docker. If you already have Docker or "Docker for {Windows,Mac}" then you can get started without needing to install anything extra.

  • Windows (PowerShell): .\scripts\devenv.ps1
  • Linux (bash): ./scripts/devenv.sh
    This setup mounts the acs-engine source directory as a volume into the Docker container. This means that you can edit your source code normally in your favorite editor on your machine, while still being able to compile and test inside of the Docker container (the same environment used in our Continuous Integration system).
    Here's a quick demo video showing the dev/build/test cycle with this setup.https://www.youtube.com/watch?v=lc6UZmqxQMs

It does not mention clone of repo and the steps below in https://github.com/Azure/acs-engine#development-docker or https://github.com/Azure/acs-engine/blob/master/docs/acsengine.md

  1. clone the repo
  2. Run scripts/devenv.sh
  3. Run make

Once I click the link and go to Development(Docker) section, it does not mention what to do next. It would be great if the Linux instruction is as detailed as Windows and OSX.

Thank you for looking into this.

Best Regards,
David Gao

From: Cole Mickens [mailto:[email protected]]
Sent: Wednesday, November 9, 2016 1:16 PM
To: Azure/acs-engine [email protected]
Cc: David Gao [email protected]; Author [email protected]
Subject: Re: [Azure/acs-engine] ACS engine on Linux installation issue (#84)

That script is exactly where the docs says it is after you clone the
repository. I'm just not sure what part of it is confusing.

  1. clone the repo
  2. Run scripts/devenv.sh
  3. Run make

Please give details on where you're getting stuck or confused. Thanks.

On Nov 8, 2016 8:26 PM, "windswordsgd" <[email protected]mailto:[email protected]> wrote:

I tried to install ACS engine on a Linux which had docker installed
already with the document below,

https://github.com/Azure/acs-engine/blob/master/docs/acsengine.md

Linux
For Linux, ensure Docker is installed, and follow the developer
instructions at https://github.com/Azure/acs-engine#development-docker to

build and use the ACS Engine.

After click the above link, the instruction for install ACS engine on

Linux is not very clear.

Development (Docker)
The easiest way to get started developing on acs-engine is to use Docker.
If you already have Docker or "Docker for {Windows,Mac}" then you can get
started without needing to install anything extra.
•Windows (PowerShell): .\scripts\devenv.ps1
•Linux (bash): ./scripts/devenv.sh
This setup mounts the acs-engine source directory as a volume into the
Docker container. This means that you can edit your source code normally in
your favorite editor on your machine, while still being able to compile and
test inside of the Docker container (the same environment used in our
Continuous Integration system).

Here's a quick demo video showing the dev/build/test cycle with this setup.

Do we need to export any path or parameters on Linux? Where is devenv.sh
located at? It would be great if there will be a step-by-step installation
guide as Windows or OSX. Current installation guide for Linux is not very
clear.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#84, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAT9dA2zI9jPXhgT3ievcstXePtxfWysks5q8UtdgaJpZM4KtLIL
.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/84#issuecomment-259335661, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AREbNWJTDti03EGwEbobw-YwUH6bYRexks5q8VcbgaJpZM4KtLIL.

from acs-engine.

colemickens avatar colemickens commented on July 17, 2024

Okay, I can update the docs to add Clone this repo first so you can build or develop on it.

from acs-engine.

anhowe avatar anhowe commented on July 17, 2024

Closing as won't fix, since the instructions already request cloning the repo.

from acs-engine.

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.