Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Updating

RFlintstone edited this page Apr 17, 2023 · 2 revisions

Updating

🐳 Docker

  • Remove your existing Docker container
  • Follow the docker instructions on the installation page

🔥 Non-Docker

  • Go to folder and update code with GIT
cd /location/flarehttp/
git fetch --all
  • Install new dependencies
npm i
  • Start the environment
npm start           # Development environment
npm run production  # Production environment

Installation & Configuration

Features

Integrations

Development & Contributions

More

Clone this wiki locally