Skip to content

Commit

Permalink
doc: add basic documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Feb 1, 2024
1 parent 65018f3 commit 37c9a96
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nav:
- README.md
- "Install": install.md
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Search-a-licious

Welcome to the documentation of search-a-licious, a versatile search engine built on top of [Elasticsearch](https://www.elastic.co/).
12 changes: 12 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Install search-a-licious

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.

Once docker is installed, clone the git repository locally.

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.

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.



0 comments on commit 37c9a96

Please sign in to comment.