Docs/guide/getting-started.md
2023-07-06 22:17:07 +02:00

784 B

Prerequisites

To run the LonaDB server, make sure you have the following software installed:

  • Node.js (version 12 or above)
  • npm (Node Package Manager)

Installation

To install the LonaDB server, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/LonaDB/Hadro.git
  1. Navigate to the project directory:
cd Hadro
  1. Install the dependencies and start the server:
npm install
node hadro

If you don't have a configuration file, a users file or any tables, the setup script will run you through initial setup and create everything needed for the database to run.

  1. Use your database:

Thats it! You now have your own instance of LonaDB's server, Hadro!