Project

General

Profile

Maintaining static websites on staticweb » History » Revision 2

Revision 1 (Ahmed Bilal, 04/29/2020 09:27 AM) → Revision 2/8 (Ahmed Bilal, 04/29/2020 09:27 AM)

h1. Maintaining static websites on staticweb 

 
 h2. Work In Progress 

 1. Add DNS Entry under *dot-cdist/files/dns/zones/ungleich.ch* 
 <pre> 
 staticcms-staging             CNAME staticweb 
 </pre> 
 2. Run the following command on control server. 
 <pre><code class="shell">cd ~/.cdist; git pull; cdist config -bj7 -p9 -vv d{1..7}.ungleich.ch</code></pre> 
 3. Run the following command on staticweb.ungleich.ch 
 <pre><code class="shell">mkdir -p /home/services/www/ungleichstatic/staticcms-staging.ungleich.ch/www/u/</code></pre>