Cookie Consent
For testing purposes I prepared a virtual machine (Ubuntu Server 22.04) using Oracle VM VirtualBox. This virtual machine has everything setup, for testing only, and below is a short tutorial to easily get to use Prvstorage app.
u22server login:_Type u22server and hit ENTER:
u22serverFor password type u22server and hit ENTER:
u22serverTo make sure you have the latest stable version of Prvstorage type the commands below and hit ENTER after each one:
u22server@u22server>~$ cd /var/www/html/prvstorage
u22server@u22server>~$ git pull origin stableType the following command and hit ENTER to generate/update database tables for application.
$ php artisan migrateTo find out the IP used by the virtual machine type command below and ENTER:
u22server@u22server>~$ ifconfig
The first inet printed IP is the IP of your Prvstorage app. In my case is 192.168.0.31.
OR (and that is a capital -i)u22server@u22server>~$ hostname -I
192.168.0.31/index.php
Email: testuser@testmail.com
Password: testpassword