|
@@ -4,11 +4,11 @@
|
|
<title>Host Your Own draw.io, Visio style diagram maker</title>
|
|
<title>Host Your Own draw.io, Visio style diagram maker</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta charset="UTF-8">
|
|
<meta charset="UTF-8">
|
|
- <meta name="keywords" content="Apache,Tomcat,Java,Self-Hosted,Web Based Tools,Web Based Utilities,FOSS,Draw,Diagram,Visio,Visio Alternative,How To,Tutorial,i12bretro">
|
|
|
|
|
|
+ <meta name="keywords" content="Apache,Tomcat,Java,Self-Hosted,Web Based Tools,Web Based Utilities,FOSS,Draw,Diagram,Visio,Visio Alternative,Browser Based,Home Lab,Home Lab Ideas,Install Guide,Web Based,Debian,Free Open Source Software,Free Software,Linux,Open Source,Whiteboard,Whiteboarding,Draw.io,How To,Tutorial,i12bretro">
|
|
<meta name="author" content="i12bretro">
|
|
<meta name="author" content="i12bretro">
|
|
<meta name="description" content="Host Your Own draw.io, Visio style diagram maker">
|
|
<meta name="description" content="Host Your Own draw.io, Visio style diagram maker">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
- <meta name="revised" content="05/24/2022 04:21:21 PM" />
|
|
|
|
|
|
+ <meta name="revised" content="01/06/2023 12:48:22 PM" />
|
|
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
|
|
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
|
|
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
|
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
|
<script type="text/javascript" src="includes/js/steps.js"></script>
|
|
<script type="text/javascript" src="includes/js/steps.js"></script>
|
|
@@ -22,7 +22,11 @@
|
|
</div>
|
|
</div>
|
|
<div></div>
|
|
<div></div>
|
|
<div id="content">
|
|
<div id="content">
|
|
- <h2>Install Apache Tomcat</h2>
|
|
|
|
|
|
+ <h2>What is Draw.io?</h2>
|
|
|
|
+
|
|
|
|
+<blockquote><em>draw.io is a configurable diagramming/whiteboarding visualization application. -<a href="https://github.com/jgraph/drawio" target="_blank">https://github.com/jgraph/drawio</a></em></blockquote>
|
|
|
|
+
|
|
|
|
+<h2>Install Apache Tomcat</h2>
|
|
|
|
|
|
<ol>
|
|
<ol>
|
|
<li>Log into the Linux device</li>
|
|
<li>Log into the Linux device</li>
|
|
@@ -39,7 +43,7 @@
|
|
# download and extract tomcat 9<br />
|
|
# download and extract tomcat 9<br />
|
|
curl -O https://downloads.apache.org/tomcat/tomcat-9/v9.0.55/bin/apache-tomcat-9.0.55.tar.gz<br />
|
|
curl -O https://downloads.apache.org/tomcat/tomcat-9/v9.0.55/bin/apache-tomcat-9.0.55.tar.gz<br />
|
|
sudo tar xzvf apache-tomcat-9*tar.gz -C /var/lib/tomcat9 --strip-components=1<br />
|
|
sudo tar xzvf apache-tomcat-9*tar.gz -C /var/lib/tomcat9 --strip-components=1<br />
|
|
- # set permissions <br />
|
|
|
|
|
|
+ # set permissions<br />
|
|
cd /var/lib/tomcat9<br />
|
|
cd /var/lib/tomcat9<br />
|
|
sudo chgrp -R tomcat /var/lib/tomcat9<br />
|
|
sudo chgrp -R tomcat /var/lib/tomcat9<br />
|
|
sudo chmod -R g+r conf<br />
|
|
sudo chmod -R g+r conf<br />
|
|
@@ -99,8 +103,7 @@
|
|
<li>Enjoy a self-hosted diagram creation studio in your web browser</li>
|
|
<li>Enjoy a self-hosted diagram creation studio in your web browser</li>
|
|
</ol>
|
|
</ol>
|
|
|
|
|
|
-<p>Source: <a href="https://github.com/jgraph/drawio" target="_blank">https://github.com/jgraph/drawio</a></p>
|
|
|
|
- </div>
|
|
|
|
|
|
+<p>Source: <a href="https://github.com/jgraph/drawio" target="_blank">https://github.com/jgraph/drawio</a></p> </div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|