How to install schollz/croc. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
schollz/croc Installation Guide
How to install schollz/croc. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for schollz/croc. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i schollz/crocor
Install via npx
npx @hexmos/ipm i schollz/crocPrerequisites
Go
languageVersion: 1.22+
Docker
system_toolFor running the relay in a containerized environment.
Python
languageVersion: 3.8+
curl
system_toolFor downloading the latest release of croc.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
go install github.com/schollz/croc/v10@latestcurl https://getcroc.schollz.com | bashwget -qO- https://getcroc.schollz.com | bashdocker run -d -p 9009-9013:9009-9013 -e CROC_PASS=brew install crocscoop install crocchoco install crocwinget install schollz.crocPost Installation Steps
- Start the server with `croc start`.
- Run migrations with `croc migrate`.
