Project

General

Profile

Maintaining static websites on staticweb » History » Version 2

Ahmed Bilal, 04/29/2020 09:27 AM

1 1 Ahmed Bilal
h1. Maintaining static websites on staticweb
2 2 Ahmed Bilal
3 1 Ahmed Bilal
h2. Work In Progress
4
5
1. Add DNS Entry under *dot-cdist/files/dns/zones/ungleich.ch*
6
<pre>
7
staticcms-staging           CNAME staticweb
8
</pre>
9
2. Run the following command on control server.
10
<pre><code class="shell">cd ~/.cdist; git pull; cdist config -bj7 -p9 -vv d{1..7}.ungleich.ch</code></pre>
11
3. Run the following command on staticweb.ungleich.ch
12
<pre><code class="shell">mkdir -p /home/services/www/ungleichstatic/staticcms-staging.ungleich.ch/www/u/</code></pre>