Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ptzianos committed Oct 27, 2019
1 parent cb07c83 commit 4845bc5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
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.

0 comments on commit 4845bc5

Please sign in to comment.