<footer id='custom-bottom' class='container'>
<p>
You can follow <a href='https://twitter.com/WebPlatform'>@WebPlatform</a>, or
send feedback to <a href='https://twitter.com/robinberjon'>@robinberjon</a>.
</p>
</footer>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//stats.webplatform.org/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 11]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true;g.src=u+'piwik.js';s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//stats.webplatform.org/piwik.php?idsite=11" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
This is the parent task about migrating Specifiction Discourse installation into WebPlatform infrastructure.
Estimated steps
Dependencies
Time estimate
Work notes
This should complete what’s noted in commit webplatform/www.webplatform.org@a548a5f
In
Preferences -> Admin -> Settings:private/pillar/accounts/production.slsnotes.https://discusspolling.webplatform.org/In
Preferences -> Admin -> Customize:CSS
body (what was in "Migrated from Site Text" at body);
In states
Edit
code/files/discuss/app.yml.jinja, replace this block;Ensure that Docker PostgreSQL VM (
dbpostgres) has its private IP updated inprivate/pillar/accounts/production.slsprivate pillars. In contrast to MySQL config, this is where the Discourse config will get which PostgreSQL database server to connect to.