Тёмный

How to Install Snipe-IT on Ubuntu 22.04 

ZacsTech
Подписаться 8 тыс.
Просмотров 7 тыс.
50% 1

Ready to take control of your IT assets? Learn how to install Snipe-IT, the open-source asset management system, on Ubuntu 22.04 with this comprehensive step-by-step tutorial!
In this video, we'll walk you through the entire process, from setting up your Ubuntu 22.04 environment to configuring Snipe-IT for optimal asset tracking. Whether you're a system administrator, IT professional, or just someone eager to streamline your asset management, this guide is tailored for you.
Get RedHosting VPS
zacs-tech.com/go/rosehosting/
Get Hawk Host VPS
zacs-tech.com/go/hawkhost/
Get InterServer VPS
zacs-tech.com/go/interserver/
Register domain name
tinyurl.com/y8hz9seu
How to Install Free SSL Certificate with Let's Encrypt on Ubuntu 22.04
• How to Install Free SS...
Commands
============================================================
apt install php8.1-{bcmath,common,ctype,curl,fileinfo,fpm,gd,iconv,intl,mbstring,mysql,soap,xml,xsl,zip,cli}
=============================================================
sudo curl -sS htt://getcomposer.org/installer | php (part of https removed add)
============================================================
sudo mv composer.phar /usr/local/bin/composer
===========================================================
composer update --no-plugins --no-scripts
==========================================================
composer install --no-dev --prefer-source --no-plugins --no-scripts
=========================================================
git clone htts://github.com/snipe/snipe-it snipe-it (part of https removed add)
=========================================================
chown -R www-data: /var/www/html/snipe-it
======================================================
chmod -R 755 /var/www/html/snipe-it
=====================================================
chmod -R 755 /var/www/html/snipe-it
===================================================
server {
listen 80;
server_name snipeit.yourdomain.com;
root /var/www/html/snipe-it/public;
index index.php;
location / {
try_files $uri $uri/ /index.php?$query_string;
}
location ~ \.php$ {
include fastcgi.conf;
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php8.1-fpm.sock;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
=====================================================
}
DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps support the channel and allows us to continue to make videos like this. Thank you for your support!

Опубликовано:

 

18 фев 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 15   
@CoreyTyhurst
@CoreyTyhurst 4 месяца назад
I tried doing this myself multiple times with no success. Found this video and in 20 min. I was up and running. THANK YOU. Subscribed.
@Nyxx0Fausto
@Nyxx0Fausto 4 месяца назад
Gotta say this, i didn't watch the video with sound, and I was able to still install it. I've been searching online for guide, solutions and how to's none of them work. Your's is the first one that did. Thank you so much for this!
@rezamohammadi2494
@rezamohammadi2494 5 месяцев назад
Thank you so much❤❤
@IdoYungerman
@IdoYungerman 4 месяца назад
Hello, Please help. How can I configure https? I have ssl certificates. Thankd
@CC-zr6fp
@CC-zr6fp 21 день назад
I must have missed something as I can not access it via http or https. Using cloudflare tunnels and have tried port 80, 8080, 443. Router also has ports 80/443 forwarded. Any suggestions? Also any way to just set this to be accessed locally?
@SojogoNoEASY
@SojogoNoEASY 22 дня назад
Error 404 NGINX Screen, somewhere white the same error?
@quanghai3572
@quanghai3572 3 месяца назад
nice video
@Benvador
@Benvador Месяц назад
thk U sir
@DanielBotelho-ok8df
@DanielBotelho-ok8df 3 месяца назад
i get the error 500
@user-eq6xn9zq2i
@user-eq6xn9zq2i 4 месяца назад
Kindof at wits end, spent most of last week trying to set up through several tutorials online. Get stuck when i need to get to the setup interface. Tried with local IP --> get the nginx test page but no setup. Tried with public IP --> Page cannot be found. did everything step-for-step and Linux forums are zero help (a bunch of "google is your friend" but that forum post is where google brought me) as is the Snipe-it documentation. Every test is showing green for the server, but not the actual server when i try to open the page.
@jeffd8465
@jeffd8465 4 месяца назад
I keep getting the same. I've even wiped my ubuntu OS twice so everything was clean and still nothing. update: turned out that I had put composer.phar in the wrong spot when I did the install portion? when I redid that part in the root directory it started to run. Now I just get an 500 server error whenever I try to create database tables. unless I put null in the .env I get an error in the pre-flight page saying that it can't connect to my database. So I had to add my database to the list by using " sudo mysql -u root -p " and then running " create database *NAME HERE*; "
@Nyxx0Fausto
@Nyxx0Fausto 4 месяца назад
@@jeffd8465on the error 500 please read the official documentario, they have there on how to solve it
@iamelj6947
@iamelj6947 2 месяца назад
@@jeffd8465 any chance you can walk me through what you did please. Still stuck on the nginx page. Many thanks
@DownFx
@DownFx Месяц назад
What a BAD tutorial... so chaotic.
Далее
How to install Snipe-IT on Proxmox
4:10
Просмотров 2,4 тыс.
Install GUI on Ubuntu server 24.04
5:13
Просмотров 390
Running Snipe-IT in Docker
2:43
Просмотров 4,9 тыс.
How to Enable USB access in VirtualBox
1:28
How to install GUI on Ubuntu server 22.04
5:31
Просмотров 6 тыс.