Browse Source

Change apella to concordia

master
Apostolos Fanakis 4 years ago
parent
commit
fffd2cca79
  1. 8
      Makefile
  2. 12
      docker-compose.yml
  3. 4
      env/apella-guide.env
  4. 2
      lighttpd.conf
  5. 22
      src/index.html

8
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"`

12
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

4
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

2
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

22
src/index.html

@ -2,26 +2,26 @@
<html>
<head>
<meta charset="utf-8">
<title>Apella usage guide</title>
<title>Concordia usage guide</title>
<link rel="stylesheet" type="text/css" href="markdown.css">
<script src="darkMode.js"></script>
</head>
<body id="preview">
<!-- Header "Apella usage guide" -->
<!-- Header "Concordia usage guide" -->
<h1 class="code-line" data-line-start=0 data-line-end=1 >
<a id="Apella_usage_guide_0"></a>
Apella usage guide
<a id="Concordia_usage_guide_0"></a>
Concordia usage guide
</h1>
<blockquote>
<p class="has-line-data" data-line-start="1" data-line-end="2">
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.
</p>
</blockquote>
<p class="has-line-data" data-line-start="3" data-line-end="4">
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.
</p>
<p class="has-line-data" data-line-start="5" data-line-end="6">
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.
</p>
<!-- Header "Setup" -->
@ -99,7 +99,7 @@
<strong>→ Type in the options:</strong>
</p>
<ul>
<li class="has-line-data" data-line-start="26" data-line-end="27">Network name: <code>apella</code></li>
<li class="has-line-data" data-line-start="26" data-line-end="27">Network name: <code>concordia</code></li>
<li class="has-line-data" data-line-start="27" data-line-end="28">New RPC URL: <code>https://83.212.109.171/</code></li>
<li class="has-line-data" data-line-start="28" data-line-end="30">The rest of the options can be skipped</li>
</ul>
@ -107,10 +107,10 @@
<strong>→ Click save and wait until connected to the network.</strong>
</p>
<!-- Header "Visit Apella" -->
<!-- Header "Visit Concordia" -->
<h3 class="code-line" data-line-start=32 data-line-end=33 >
<a id="Visit_Apellahttpswwwapellatk_and_enjoy_free_uncensored_communication__32"></a>
Visit <a href="https://www.apella.tk" target="_blank">Apella</a> and enjoy free, uncensored communication <span class="darkmode-ignore">🥳</span>
<a id="Visit_Concordiahttpswwwconcordiaecentricsnet_and_enjoy_free_uncensored_communication__32"></a>
Visit <a href="https://www.concordia.ecentrics.net" target="_blank">Concordia</a> and enjoy free, uncensored communication <span class="darkmode-ignore">🥳</span>
</h3>
<div id="blank-space-in-the-end" style="height: 15vh"/>

Loading…
Cancel
Save