You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/10/27 08:22:17 UTC

flex-site git commit: - Added the last missing part of the documentation how the website works

Repository: flex-site
Updated Branches:
  refs/heads/maven-site d671f747c -> 1523be543


- Added the last missing part of the documentation how the website works


Project: http://git-wip-us.apache.org/repos/asf/flex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-site/commit/1523be54
Tree: http://git-wip-us.apache.org/repos/asf/flex-site/tree/1523be54
Diff: http://git-wip-us.apache.org/repos/asf/flex-site/diff/1523be54

Branch: refs/heads/maven-site
Commit: 1523be54371975d8b30cfa075cef86c1b7424614
Parents: d671f74
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Oct 27 10:22:09 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Oct 27 10:22:09 2016 +0200

----------------------------------------------------------------------
 src/site/markdown/doc-website.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-site/blob/1523be54/src/site/markdown/doc-website.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/doc-website.md b/src/site/markdown/doc-website.md
index 4c662e4..83817ad 100644
--- a/src/site/markdown/doc-website.md
+++ b/src/site/markdown/doc-website.md
@@ -150,7 +150,15 @@ In order to do this, you need to
 
 At least after this you should see some results in the job overview page.
 
-## Open Issues
+## Getting the site online
 
-1. As soon the build works and the content is migrated, we have to request Infa to setup `gitpubsub` to sync the content of the `asf-site` with the Flex projects content in the Infra webserver SVN repo.
+The previous steps will have made sure an up-to-date version of the website is available in the `asf-site` branch of your GIT repo. In order to make it publicly available, you have to make sure `gitpubsub` is configured.
+
+These settings are done in GIT. In contrast to the buildbot configuration this change however has to be done by one of the infra guys. To make things easier, I'll document what has to be done however:
+
+1. Checkout the `infrastructure-puppet` GIT repo from: https://git1-us-west.apache.org/repos/asf/infrastructure-puppet.git
+2. Edit the file: `modules/gitwcsub/files/config/gitwcsub.cfg`
+3. Add a line to that file: `/www/flex.apache.org/content/ng: flex-site` 
+
+This will map the content of the `asf-site` branch of the `flex-site.git` repo to `/www/flex.apache.org/content/ng`. It seems that the web-server is configured to serve the `content` directory, that's why we have to append the `contenct` to the end of the domain. It seems all the other projects do this differently, so don't be confused.