-
Notifications
You must be signed in to change notification settings - Fork 4
ampup guide #1649
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
base: main
Are you sure you want to change the base?
ampup guide #1649
Conversation
idalithb
commented
Jan 28, 2026
- Original draft and code edits from @justin-wonka
| ```bash | ||
| sudo apt update -y | ||
| sudo apt install cmake build-essential pkg-config libssl-dev curl -y | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to only work with Debian/Ubuntu-based Linux distros. We should have a cross-platform list of dependencies. These are the most extended ones.
- macOS
- Linux Arc (pacman)
- Red Hat Linux (rpm)
- Fedora Linux (dnf)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LNSD I can make inclusions for those :)
|
|
||
| --- | ||
|
|
||
| ## 2. Install Docker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we just refer the user to the Docker installation guides? For example: https://docs.docker.com/engine/install or https://docs.docker.com/desktop/
| Build Amp: | ||
|
|
||
| ```bash | ||
| ampup build | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that a beginner would want to build an amp from sources. The fastest way is to just download the binaries via the default installation mechanism.