How to install omnivore-app/omnivore. 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.
omnivore-app/omnivore Installation Guide
How to install omnivore-app/omnivore. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for omnivore-app/omnivore. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i omnivore-app/omnivoreor
Install via npx
npx @hexmos/ipm i omnivore-app/omnivorePrerequisites
Node.js
languageVersion: v18.16.0
Yarn
package_managerVersion: 2.7.4
Chromium
system_toolVersion: 108.0.5396.100
PostgreSQL
system_packageDocker
system_toolVersion: 20.10.1
Git
knowledgeManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Docker Compose
git clone https://github.com/omnivore-app/omnivore.git
cd omnivore
docker compose upLocal Development (Node.js)
brew install chromium --no-quarantine
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
export CHROMIUM_PATH=`which chromium`
yarn devPost Installation Steps
- Start the server: `docker compose up`
- Open your browser and navigate to http://localhost:3000/home
