Repository: openmeetings Updated Branches: refs/heads/3.3.x f90e5be8e -> 4a21da946
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/4a21da94 Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/4a21da94 Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/4a21da94 Branch: refs/heads/3.3.x Commit: 4a21da9466de6fce7f29afabd1336a6d80a6c81f Parents: f90e5be 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:09 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/4a21da94/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>
