Skip to content

Commit 37c9a96

Browse files
committed
doc: add basic documentation
1 parent 65018f3 commit 37c9a96

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

docs/.pages

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nav:
2+
- README.md
3+
- "Install": install.md

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Search-a-licious
2+
3+
Welcome to the documentation of search-a-licious, a versatile search engine built on top of [Elasticsearch](https://www.elastic.co/).

docs/install.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Install search-a-licious
2+
3+
search-a-licious uses docker and docker-compose to manage the services it needs to run. You will need to install both of these before you can use search-a-licious.
4+
5+
Once docker is installed, clone the git repository locally.
6+
7+
All configuration are passed through environment variables to services through the use of a .env file. A default .env file is provided in the repository, you will need to edit this file to suit your needs.
8+
9+
The only required change is to set the `CONFIG_PATH` variable to the path of your YAML configuration file. This file is used to configure the search-a-licious indexer and search services.
10+
11+
12+

0 commit comments

Comments
 (0)