all repos — litestore @ 4c627df01f67248a11c587960ed4aa3b8148734b

A minimalist nosql document store.

src/admin/md/getting-started.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
## Getting Started

### Installing using Nimble

The easiest way to install LiteStore is to use Nimble, the package manager of the [Nim](http://nim-lang.org/) programming language.

If you already have Nim installed on your computer, you can simply run

[nimble install litestore](class:cmd)

### Running the Administration App

A simple but functional Administration App is available to manage LiteStore, create documents interactively, view and search content, etc. 

To get the app up and running (assuming that you have the [litestore](class:cmd) executable in your path):

1. Extract the default **data.db** file included in the LiteStore release package. This file is a LiteStore data store file containing the sample app.
2. Go to the local directory in which you downloaded the [data.db](class:cmd) file.
3. Run [litestore -s:data.db](class:cmd)
4. Go to [localhost:9500/docs/admin/index.html](http://localhost:9500/docs/admin/index.html).