-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
# Introduction | ||
|
||
This is the main repository of the Hermes Marketplace. For most operations there are commands available in the | ||
Makefile. | ||
This is the main repository of the Hermes Marketplace. | ||
|
||
## Installation | ||
|
||
### Docker | ||
|
||
There is a Docker Compose configuration that you can use to | ||
There is a Docker Compose configuration that you can use to deploy locally most components. | ||
|
||
### Local development | ||
|
||
In order to run the Marketplace API you need to have Python 3.6 installed in your system and poetry | ||
(https://poetry.eustace.io/). This Marketplace is built to run on Debian and Ubuntu, there is no guarantee that it will | ||
(https://poetry.eustace.io/). This Marketplace is built to run on Debian and Ubuntu systems, there is no guarantee that it will | ||
operate normally on any other system. For a database, you can choose to use the SQLite that is preconfigured for the | ||
development environment or you can setup a Postgres instance. | ||
|
||
### Ansible | ||
|
||
For production deployments there is an Ansible script available, which is under development that will deploy all | ||
the components. The script will deploy the code and a Postgres database. | ||
the components. The script will deploy the code and a Postgres database. |