Pages

XAMPP 8.1.6 + Snipe-IT-6.0.10

These are the brief step on configuring Snipe-IT ver. 6.1.10 with XAMPP 8.16
  1. Install XAMPP as usual.
  2. Download Snipe-IT, extract and put into folder C:\xampp\htdocs\snipe-it (location of your XAMPP installation and for this example I'm also using snipe-it as folder name).

 

Composer Configuration 

  1. Download the latest composer and install it.
    During the installation process, choose C:\xampp\php\php.exe (location of the command-line PHP you want to use).
  2. Open Command Prompt (without "Run as Administrator").
  3. Changed to the folder location of Snipe-IT that you extracted previously (in Command Prompt).
  4. Execute the command: composer install
    • If error during the execution of this command (usually on enabling the extension in php.ini), just enabled the extension required. 

    • Personally, I'll execute the command composer update before continuing process no 4.


Snipe-IT Configuration

  1. Open the folder of Snipe-IT that you extracted previously (in Windows Explorer).
  2. Copy file name .env.example and rename as .env
  3. Generate your App key by;
    • Open the folder of Snipe-IT (in Command Prompt).
    • Execute command php artisan key:generate 
  4. Browse PHPMyAdmin and create a database for snipe-it (for this manual, database named snipe-it)
  5. Edit .env and changed;
    • APP_URL=localhost
    • DB_DATABASE=snipe-it
    • DB_USERNAME=root

 

Hopefully, this can help you during the deployment of Snipe-IT.

No comments:

Post a Comment

You might also like:

  • osTicket @ Helpdesk System
    osTicket @ Helpdesk System

    Sekarang ini saya sedang sibuk mengkonfigure…

  • CISPA Reached the US Senate
    CISPA Reached the US Senate

    While people have been appalled by the recent…

  • Force shutdown computer using Schedule Task
    Force shutdown computer using Schedule Task

    Click Start, Run and type control…

  • Clear “Recent Documents” list in Microsoft Office Product
    Clear “Recent Documents” list in Microsoft Office Product

    Click Start > Run. Key in regedit. Navigate…

Popular Posts