How to install browserless/browserless. 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.
browserless/browserless Installation Guide
How to install browserless/browserless. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for browserless/browserless. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i browserless/browserlessor
Install via npx
npx @hexmos/ipm i browserless/browserlessPrerequisites
Docker
system_toolVersion: 3.8.0-ce, 17.04.1-rc2, 20.03.1-rc1, 20.03.1-rc2, 20.03.1-rc3, 20.03.1-rc4
Node.js
libraryVersion: 18.16.0
Python
languageVersion: 3.9.12
Git
system_toolVersion: 2.34.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Docker Image
docker run -p 3000:3000 ghcr.io/browserless/chromiumNode Package Manager
npm install
npx @browserless.io/browserless createInstall via npm
npm installPost Installation Steps
- Start the server: `npm run start`
- Run migrations: `npx sequelize db:migrate`
