How to install hcengineering/platform. 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.
hcengineering/platform Installation Guide
How to install hcengineering/platform. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for hcengineering/platform. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i hcengineering/platformor
Install via npx
npx @hexmos/ipm i hcengineering/platformPrerequisites
Node.js
languageVersion: v20.11.0
Docker
system_toolA containerization platform for deploying and running applications.
docker-compose
build_toolVersion: 1.28.3
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Rush
npm install -g @microsoft/rush
rush buildShell Script
sh ./scripts/presetup-rush.sh
sh ./scripts/fast-start.shSource Code
npm installPost Installation Steps
- Start the server: `rush docker:up`
- Run database migrations: `./scripts/migrate.sh`
