Browse Source

refactor: add developers section to about, fix spelling errors

develop
Apostolos Fanakis 4 years ago
parent
commit
81a2e0ac2d
  1. 10
      docker/README.md
  2. 6
      packages/concordia-app/src/assets/About.md

10
docker/README.md

@ -36,7 +36,7 @@ Furthermore, we provide an image that builds the contracts and handles their mig
### Ganache
The Dockerfile is provided in the path `./ganache`. The image makes use of the environment variables described
bellow.
below.
| Environment variable | Default value | Usage |
| --- | --- | --- |
@ -66,7 +66,7 @@ This is a provision system that compiles and deploys the contracts to any Ethere
A Dockerfile is provided in the path `./concordia-contracts` that will build the contracts used by Concordia and
handle their deployment to any Ethereum network defined using env-vars upon container run. Dockerfile contains three
useful stages, described in the table bellow.
useful stages, described in the table below.
| Stage name | Entrypoint | Usage |
| --- | --- | --- |
@ -74,7 +74,7 @@ useful stages, described in the table bellow.
| test | Runs contract tests | Compiles contracts and runs tests using blockchain defined by env vars |
| runtime | Migrates contracts | Compiles contracts and migrates to the blockchain defined by env vars. Does **not** run tests |
The image makes use of the environment variables described bellow.
The image makes use of the environment variables described below.
| Environment variable | Default value | Usage |
| --- | --- | --- |
@ -92,7 +92,7 @@ the image.
### Application
The Dockerfile provided in the path `./concordia-application` builds the application for production and serves
the resulting build using an nginx server. Dockerfile contains two useful stages, described in the table bellow.
the resulting build using an nginx server. Dockerfile contains two useful stages, described in the table below.
| Stage name | Entrypoint | Usage |
| --- | --- | --- |
@ -100,7 +100,7 @@ the resulting build using an nginx server. Dockerfile contains two useful stages
| runtime | Serves application | Builds for production and serves it through nginx |
The image makes use of the environment variables described bellow.
The image makes use of the environment variables described below.
| Environment variable | Default value | Usage |
| --- | --- | --- |

6
packages/concordia-app/src/assets/About.md

@ -18,10 +18,12 @@ Concordia, much like other projects of this kind, provides an alternative to thi
TODO
## Who
---
TODO
Developed by [apostolof][devs-apostolof-profile], [ezerous][devs-ezerous-profile]
[concordia-repository]: https://gitlab.com/ecentrics/apella
[concordia-docker-hub]: https://hub.docker.com/repository/docker/ecentrics/apella-app
[concordia-license]: https://gitlab.com/ecentrics/apella/-/blob/master/LICENSE.md
[devs-apostolof-profile]: https://gitlab.com/Apostolof
[devs-ezerous-profile]: https://gitlab.com/Ezerous
Loading…
Cancel
Save