Skip to content

Commit

Permalink
update mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Mar 9, 2021
1 parent f2f5923 commit ba05ac9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h3 id="linux">Linux</h3>

<ul>
<li>
<p>Once the script stops, Geoweaver should already be up and running. Enter URL http://127.0.0.1:8080/Geoweaver/web/geoweaver in browser to open it. </p>
<p>Once the script stops, Geoweaver should already be up and running. Enter URL http://127.0.0.1:8070/Geoweaver/web/geoweaver in browser to open it. </p>
</li>
<li>
<p>Optional: To stop Geoweaver, type: <code>install/apache-tomcat-9.0.22/bin/shutdown.sh</code>. To start Geoweaver again, type: <code>install/apache-tomcat-9.0.22/bin/startup.sh</code></p>
Expand All @@ -189,7 +189,7 @@ <h3 id="mac">Mac</h3>

<ul>
<li>
<p>Once the script stops, the Geoweaver should already be up and running. Enter URL http://127.0.0.1:8080/Geoweaver/web/geoweaver in browser to open it.</p>
<p>Once the script stops, the Geoweaver should already be up and running. Enter URL http://127.0.0.1:8070/Geoweaver/web/geoweaver in browser to open it.</p>
</li>
<li>
<p>Optional: To stop Geoweaver, type: <code>install/apache-tomcat-9.0.22/bin/shutdown.sh</code>. To start Geoweaver again, type: <code>install/apache-tomcat-9.0.22/bin/startup.sh</code></p>
Expand All @@ -211,7 +211,7 @@ <h3 id="windows">Windows</h3>

<ul>
<li>
<p>Once the script stops, the Geoweaver should already be up and running. Enter URL http://127.0.0.1:8080/Geoweaver/web/geoweaver in browser to open it.</p>
<p>Once the script stops, the Geoweaver should already be up and running. Enter URL http://127.0.0.1:8070/Geoweaver/web/geoweaver in browser to open it.</p>
</li>
<li>
<p>Optional: To stop Geoweaver, type: <code>install/apache-tomcat-9.0.22/bin/shutdown.bat</code>. To start Geoweaver again, type: <code>install/apache-tomcat-9.0.22/bin/startup.bat</code></p>
Expand Down Expand Up @@ -243,8 +243,8 @@ <h4 id="install">Install</h4>
<pre><code class="html">http://your-ip:your-port/Geoweaver/web/geoweaver
</code></pre>

<p>Replace the <code>your-ip</code>, <code>your-port</code> with the real domain of your tomcat. For example, <code>localhost:8080</code>.</p>
<p>Notice: Make sure the local services like mysql and tomcat are shut down before starting <code>docker-compose</code>. Otherwise there might be port conflict error on <code>3306</code> and <code>8080</code>. Or you can change the port to some other free ports in the docker-compose.yml.</p>
<p>Replace the <code>your-ip</code>, <code>your-port</code> with the real domain of your tomcat. For example, <code>localhost:8070</code>.</p>
<p>Notice: Make sure the local services like mysql and tomcat are shut down before starting <code>docker-compose</code>. Otherwise there might be port conflict error on <code>3306</code> and <code>8070</code>. Or you can change the port to some other free ports in the docker-compose.yml.</p>
<p>If you don't have docker or docker-compose installed, these documents will help. <a href="https://docs.docker.com/install">docker</a> <a href="https://docs.docker.com/compose/install/">docker-compose</a></p>
<h4 id="shutdown">Shutdown</h4>
<p>To stop Geoweaver, type:</p>
Expand Down Expand Up @@ -360,5 +360,5 @@ <h1 id="license">License</h1>

<!--
MkDocs version : 1.1.2
Build Date UTC : 2021-02-11 19:03:58.441818+00:00
Build Date UTC : 2021-03-09 19:28:43.767084+00:00
-->
2 changes: 1 addition & 1 deletion site/search/search_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
<loc>None</loc>
<lastmod>2021-02-11</lastmod>
<lastmod>2021-03-09</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit ba05ac9

Please sign in to comment.