Chapter 1

Installation

Note: The following instructions assume the following:

  • You have Git installed on your machine.
  • You are running a Linux-based operating system.
  • You have the Odin programming language installed and built on your machine.
  • You have Odin set in your PATH environment variable.

To install OstrichDB, run the following commands in your terminal:

  1. Clone the repository:
$ git clone https://github.com/Solitude-Software-Solutions/OstrichDB.git
  1. Change into OstrichDB’s src directory:
$ cd your/path/to/OstrichDB/src
  1. Build and run OstrichDB:
$ odin build main && ./main.bin