diff --git a/Makefile b/Makefile index b96cda2..4fb3fc2 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ build: - @docker-compose -p apella-guide build; + @docker-compose -p concordia-guide build; run: - @docker-compose -p apella-guide up -d + @docker-compose -p concordia-guide up -d stop: - @docker-compose -p apella-guide down + @docker-compose -p concordia-guide down stop-clean-data: - @docker-compose -p apella-guide down -v + @docker-compose -p concordia-guide down -v clean-images: @docker rmi `docker images -q -f "dangling=true"` diff --git a/docker-compose.yml b/docker-compose.yml index c9948ac..b0a425f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,20 +1,20 @@ version: '3.7' services: - apella-guide: + concordia-guide: build: ./ - container_name: apella-guide + container_name: concordia-guide restart: always env_file: - - ./env/apella-guide.env + - ./env/concordia-guide.env expose: - "8000" volumes: - - ./src/:/var/www/servers/apella-guide/ + - ./src/:/var/www/servers/concordia-guide/ networks: - - janus_apella-net + - janus_concordia_net # Networks in use networks: - janus_apella-net: + janus_concordia_net: external: true diff --git a/env/apella-guide.env b/env/apella-guide.env index 1d028ef..0d2036a 100644 --- a/env/apella-guide.env +++ b/env/apella-guide.env @@ -1,4 +1,4 @@ -VIRTUAL_HOST=guide.apella.tk +VIRTUAL_HOST=guide.concordia.ecentrics.net VIRTUAL_PORT=8000 -LETSENCRYPT_HOST=guide.apella.tk +LETSENCRYPT_HOST=guide.concordia.ecentrics.net LETSENCRYPT_EMAIL=ecentricsgr@gmail.com diff --git a/lighttpd.conf b/lighttpd.conf index ba465a6..55c7369 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -1,4 +1,4 @@ -server.document-root = "/var/www/servers/apella-guide/" +server.document-root = "/var/www/servers/concordia-guide/" server.port = 8000 diff --git a/src/index.html b/src/index.html index 8f998ec..8ac07e7 100644 --- a/src/index.html +++ b/src/index.html @@ -2,26 +2,26 @@
-- This is a guide for setting up all the tools necessary to use the Apella platform. + This is a guide for setting up all the tools necessary to use the Concordia platform.
- Apella is a decentralized platform for creating communities where people can anonymously interact and execute (direct) democratic votings, using the systems integrated into the platform. + Concordia is a decentralized platform for creating communities where people can anonymously interact and execute (direct) democratic votings, using the systems integrated into the platform.
- The software powering Apella is blockchain. More specifically the platform uses Ethereum and its smart contracts software. + The software powering Concordia is blockchain. More specifically the platform uses Ethereum and its smart contracts software.
@@ -99,7 +99,7 @@ → Type in the options:apella
concordia
https://83.212.109.171/