Repository: openmeetings Updated Branches: refs/heads/master f72fb9f67 -> e2eae747e
no jira: website guide is updated Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/e2eae747 Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/e2eae747 Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/e2eae747 Branch: refs/heads/master Commit: e2eae747e8c317b58e032c8713f1de00fba653ba Parents: f72fb9f Author: Maxim Solodovnik <[email protected]> Authored: Tue Jun 20 00:02:09 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Tue Jun 20 00:02:33 2017 +0700 ---------------------------------------------------------------------- openmeetings-server/src/site/xdoc/WebsiteGuide.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/e2eae747/openmeetings-server/src/site/xdoc/WebsiteGuide.xml ---------------------------------------------------------------------- diff --git a/openmeetings-server/src/site/xdoc/WebsiteGuide.xml b/openmeetings-server/src/site/xdoc/WebsiteGuide.xml index 4c1e622..e908757 100644 --- a/openmeetings-server/src/site/xdoc/WebsiteGuide.xml +++ b/openmeetings-server/src/site/xdoc/WebsiteGuide.xml @@ -50,8 +50,11 @@ <a href="https://git-wip-us.apache.org/repos/asf?p=openmeetings-site.git">https://git-wip-us.apache.org/repos/asf?p=openmeetings-site.git</a><br/> </p> <div> - To update the website you need to clone master:<br /> - <a href="https://git-wip-us.apache.org/repos/asf/openmeetings-site.git">https://git-wip-us.apache.org/repos/asf/openmeetings-site.git</a> <br/> + To update the website you need to clone asf-site:<br /> + <source><![CDATA[ +git clone https://git-wip-us.apache.org/repos/asf/openmeetings-site.git +git checkout asf-site + ]]></source> edit the files in the folder <tt>openmeetings-server/src/site</tt><br/> then you run the command: <source><![CDATA[mvn install -P allModules,unpacked -DskipTests=true]]></source> @@ -62,9 +65,6 @@ <p> The public website is automatically synced with the Git repository.<br/> Changes to the Git should be immediately synced to the production website.<br/> - If not you might login to people.apache.org,<br/> - cd to <tt>/www/openmeetings.apache.org/content/</tt><br/> - and run the linux command "touch" on the files that need to be synced </p> </div> </subsection>
