Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1010 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 1010 Bytes

ADASilk

About

The SILKNOW Exploratory Search Engine is named after Ada Lovelace (1815-1852), the mathematician that anticipated some of the main features of modern computing some 100 years before its advent. In her notes, she wrote that such a computation machine * weaves algebraic patterns, just as the Jacquard loom weaves flowers and leaves*.

Requirements

How to run

  • Download this repository:
git clone https://github.com/silknow/adasilk
cd explorer
  • Copy the file .env.default into a new file called .env and edit the variables based on your environment.

  • Start in development mode:

docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
  • Start in production mode:
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up

License

ADASilk is Apache licensed.