Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 34 additions & 30 deletions 0504.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Self-hosted Asset Management System with Snipe-IT on Windows</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<meta name="keywords" content="Browser Based,Home Lab,Home Lab Ideas,Install Guide,Self-Hosted,Web Based,Web Based Tools,Asset Management,IT Asset Management,Free Software,Snipe-IT,Windows,Microsoft Windows,PHP,MySQL,MariaDB,XAMPP,Apache HTTPD,How To,Tutorial,i12bretro">
<meta name="author" content="i12bretro">
<meta name="description" content="Self-hosted Asset Management System with Snipe-IT on Windows">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="revised" content="12/23/2023 09:44:35 AM" />
<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="includes/js/steps.js"></script>
<link href="css/steps.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="gridContainer">
<div class="topMargin"></div>
<div id="listName" class="topMargin">
<h1>Self-hosted Asset Management System with Snipe-IT on Windows</h1>
</div>
<div></div>
<div id="content">
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Self-hosted Asset Management System with Snipe-IT on Windows</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<meta name="keywords" content="Browser Based,Home Lab,Home Lab Ideas,Install Guide,Self-Hosted,Web Based,Web Based Tools,Asset Management,IT Asset Management,Free Software,Snipe-IT,Windows,Microsoft Windows,PHP,MySQL,MariaDB,XAMPP,Apache HTTPD,How To,Tutorial,i12bretro">
<meta name="author" content="i12bretro">
<meta name="description" content="Self-hosted Asset Management System with Snipe-IT on Windows">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="revised" content="12/23/2023 09:44:35 AM" />
<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="includes/js/steps.js"></script>
<link href="css/steps.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="gridContainer">
<div class="topMargin"></div>
<div id="listName" class="topMargin">
<h1>Self-hosted Asset Management System with Snipe-IT on Windows</h1>
</div>
<div></div>
<div id="content">
<ol>
<li>Download XAMPP <a href="https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/" target="_blank">Download</a></li>
<li>Download Snipe-IT <a href="https://github.com/snipe/snipe-it/releases/latest" target="_blank">Download</a></li>
Expand All @@ -36,7 +36,11 @@ <h1>Self-hosted Asset Management System with Snipe-IT on Windows</h1>
<li>Run XAMPP/setup_xampp.bat to update the configuration files with the new server location</li>
<li>Navigate to XAMPP/php and edit php.ini</li>
<li>Find the following line and remove the ; to uncomment them
<p>extension=ldap</p>
<p>extension=ldap<br />
extension=gd<br />
extension=sodium<br />
extension=zip<br />
</p>
</li>
<li>Save the changes to php.ini</li>
<li>Navigate to XAMPP/apache/conf and edit httpd.conf</li>
Expand Down Expand Up @@ -105,8 +109,8 @@ <h1>Self-hosted Asset Management System with Snipe-IT on Windows</h1>
<li>Once the database tables are created, Click the Next: Create User button</li>
<li>Create a user by inputting a site name, first name, last name, email address, username and password &gt; Click the Next: Save User button</li>
<li>Welcome to Snipe-IT</li>
</ol> </div>
</div>
</body>
</html>

</ol> </div>
</div>
</body>
</html>