This repository uses Vitepress to build a static site containing the documentation guides for installing Augoor using Docker Compose.
- NodeJS
- yarn
Change directory to docs
cd docs
Install the project dependencies
yarn install
Run a dev instance
yarn docs:dev
This will start a web server printing the following in your terminal
vitepress v1.0.0-rc.31
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h to show help
Open the link to browse the documentation. You can edit the documentation and vitepress will automatically refresh your browser content.
yarn docs:build
This will build the static website under docs/.vitepress/dist
. Copy the contents to your web server to publish the website.
This guide provides simple instructions for installing Augoor 1.9.1 on a single AWS instance. Augoor is software that you can easily install by following the steps below. Overview of Augoor.
We provide two versions of the Augoor installation guide on AWS:
Please note that these guides are specifically tailored for these two versions of Amazon Linux.