This project leverages Docker, a platform-agnostic, virtualization technology known as "containerization", with ≈95% compatibility on modern systems (MacOS, Linux, Windows, Android) across a spectrum of CPU architectures (multiple CPU architectures (x86-64, ARM64, ARMv7, s390x, etc.)
To install on MacOS:
- copy the following code using the button at the top-right of the box
- open up the Terminal app (/Applications/Utilities/Terminal.app)
- paste the code into the window and press
<Enter>.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask docker-desktop
open -a Docker.appNote: it may prompt you once or twice for your administrator password, both within the terminal window and when running the Desktop application for the first time. The process will likely take 5-10 minutes.
- Open the Terminal application and navigate to desired folder for installation location.
- Clone repository (ssh preferred)
- Change into base project directory
- Copy the example credentials file into its working form within the base directory
- type
make build
From terminal:
Copy the following code using the button to the top right of this box, paste it into the Terminal app and press <Enter>.
open
mkdir -p ~/Documents/projects
cd ~/Documents/projects
github repo clone rykerdefense/seed
cd seed
cp config/env.dev.example .env
make buildNote: for the initial installation, you will be prompted to enter the administrator password to modify the hosts/network configuration. This is only required once and will never be necessary again in the future.
This is the command and control center for the project with a robust and intuitive feature set and documentation to allow a high level of granular control over running, debugging, using, learning, and troubleshooting for both developers and first-timers using the command-line alike.
makeand press <Enter>.
make <subcommand>
and press <Enter>.
-
-
-
