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: build:
@docker-compose -p apella-guide build; @docker-compose -p concordia-guide build;
run: run:
@docker-compose -p apella-guide up -d @docker-compose -p concordia-guide up -d
stop: stop:
@docker-compose -p apella-guide down @docker-compose -p concordia-guide down
stop-clean-data: stop-clean-data:
@docker-compose -p apella-guide down -v @docker-compose -p concordia-guide down -v
clean-images: clean-images:
@docker rmi `docker images -q -f "dangling=true"` @docker rmi `docker images -q -f "dangling=true"`

12
docker-compose.yml

@ -1,20 +1,20 @@
version: '3.7' version: '3.7'
services: services:
apella-guide: concordia-guide:
build: ./ build: ./
container_name: apella-guide container_name: concordia-guide
restart: always restart: always
env_file: env_file:
- ./env/apella-guide.env - ./env/concordia-guide.env
expose: expose:
- "8000" - "8000"
volumes: volumes:
- ./src/:/var/www/servers/apella-guide/ - ./src/:/var/www/servers/concordia-guide/
networks: networks:
- janus_apella-net - janus_concordia_net
# Networks in use # Networks in use
networks: networks:
janus_apella-net: janus_concordia_net:
external: true 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 VIRTUAL_PORT=8000
LETSENCRYPT_HOST=guide.apella.tk LETSENCRYPT_HOST=guide.concordia.ecentrics.net
LETSENCRYPT_EMAIL=ecentricsgr@gmail.com 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 server.port = 8000

22
src/index.html

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

Loading…
Cancel
Save