diff --git a/guide/getting-started.md b/guide/getting-started.md index 39d9f95..7b928d3 100644 --- a/guide/getting-started.md +++ b/guide/getting-started.md @@ -12,17 +12,25 @@ To install the LonaDB server, follow these steps: 1. Clone the repository to your local machine: ```bash -git clone https://github.com/LonaDB/Server.git +git clone https://github.com/LonaDB/Hadro.git ``` 2. Navigate to the project directory: ```bash -cd Server +cd Hadro ``` -3. Install the dependencies: +3. Install the dependencies and start the server: ```bash 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. + +4. Use your database: + +Thats it! +You now have your own instance of LonaDB's server, Hadro! \ No newline at end of file diff --git a/index.md b/index.md index a7eea9f..bb39be9 100644 --- a/index.md +++ b/index.md @@ -3,8 +3,8 @@ layout: home hero: name: "LonaDB" - text: "JSON based Database written in JavaScript" - tagline: LonaDB is an early-stage prototype of a JavaScript-based database. + text: "JSON based and written in JavaScript" + tagline: Simple, free and Open-Source. actions: - theme: brand text: Get Started @@ -15,10 +15,12 @@ hero: features: - title: What is LonaDB? - details: LonaDB is an early-stage prototype of a JavaScript-based database. It utilizes JSON as its storage format and provides support for multiple users. + details: LonaDB is an early-stage prototype of a JavaScript-based database. It utilizes Binary JSON as its storage format and provides support for multiple users and tables. + - title: Open-Source! + details: This is a Open-Source Project. This means that anyone can look at our source code. That way, we can't put a license check for example in our project. - title: How does it work? - details: LonaDB is a server that runs on Node.js. It provides Client Libraries for interacting with the database. - - title: Self-Host - details: LonaDB is self-hosted, meaning you can run it on your own server. This allows you to have full control over your data. + details: Hadro is our database server running in Node.js! It provides Client Libraries for interacting with the database. Also, it utilizes a TCP-Socket for communication with the clients. + - title: Your own instance! + details: LonaDB is self-hosted, meaning you can run it on your own server. This allows you to have full control over your data with no one spying. ---