How to install bootandy/dust. 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.
bootandy/dust Installation Guide
How to install bootandy/dust. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for bootandy/dust. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i bootandy/dustor
Install via npx
npx @hexmos/ipm i bootandy/dustPrerequisites
rust
build_toolVersion: 1.50.0-alpha.1
cargo
package_managerVersion: 0.24.0
git
system_toolVersion: 2.37.1
make
build_toolVersion: 4.2.1
curl
system_toolVersion: 7.80.0
python3
languageVersion: 3.9.12
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Cargo, Homebrew, Snap, Pacstall, Anaconda, Debget, X-cmd
cargo install du-dust
brew install dust
snap install dust
pacstall -I dust-bin
conda install -c conda-forge dust
deb-get install du-dust
x env use dust
scoop install dustDownload and Install
tar -xvf _downloaded_file.tar.gz
sudo mv dust /usr/local/bin/ Post Installation Steps
- Run the following command to start the server: `./dist/server.js`
- To access the UI, open your browser and navigate to `http://localhost:3000`.
- If you're using a database, run migrations with the command: `npx prisma db migrate --force`
