Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run a config script on new instances #10

Open
douglasnaphas opened this issue Dec 5, 2021 · 1 comment
Open

Run a config script on new instances #10

douglasnaphas opened this issue Dec 5, 2021 · 1 comment

Comments

@douglasnaphas
Copy link
Owner

To, for example, install git, grab this configs repo, and deploy it. This could be run from https://github.com/cdk-turnkey/just-a-vm, in the part of EC2 instance creation in CDK that lets you specify something you want the instances to run when they're created or started. This task may better live in that repo.

@douglasnaphas
Copy link
Owner Author

douglasnaphas commented Dec 6, 2021

I would want to:

  1. Install Node and nvm
  2. Install Python along with preferred Python tools
  3. Install Git
  4. Install brew
  5. Get and deploy configs from this repo. This should happen after the above, so that nvm, pyenv, etc, get their directories on the PATH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant