NETWORKSTIP Networking CCNA,Centos,Ubuntu,Sql,

Made By Muhammad Nafees

Breaking

Sunday 18 November 2018

Install Snipe-it to windows 7 with wamp

Install Snipe-it to windows 7 with wamp

1st of all downloads mention blew item

  • Download install visual c++ redistributable for visual studio 2012 update 4. Install both x86 and x64 version download
  
After installation of these package configure these settings in wamp 

3. Set up your database

  • Open your MySQL console:

Press enter for default password, or enter your master MySQL password if you changed it to something else previously.
 Run the following commands to create and verify database:
  • create database snipeit;
  • show databases;
Create a database user and grant access to your new snipeit database:
  • create user snipe_user;
  • grant all on snipeit.* to 'snipe_user'@'localhost' identified by 'password123';
(Change password123 in the example above to something more secure, please.)

1. Install Composer (composer.exe)

 Browse to C:\wamp\bin\php\php7.0.10\php.exe. 

Extract and configure Snipe-IT and run composer

Download and exact Snipe-IT to c:\wamp\www\snipe-it.
 Edit .env.example
Save your edited env.example as .env
 Open command prompt then change directory to c:\wamp\www\snipe-it\. Then run:
  • composer install --no-dev --prefer-source
     
    After this command it will take some time to download packages  
 

Generate your app key

  • php artisan key:generate
 
  This will update the app key in your .env file:

 Be sure to keep this app key in a safe place, as it is necessary for decrypting any encrypted fields you might add.

http://localhost/snipe-it/public/ 




Finnaly done

4 comments:

  1. you just copy paste solution from another side, no solution and not work

    ReplyDelete
    Replies
    1. which one you tested and not work for you ? identify i will resolve the issue ...yes some content is copy paste but i tested all my tutorial by my self because i made this blog for my personal use when i forget some thing i just search on my blog and repeat the procedure

      Delete
  2. I finally found great post here.I will get back here. I just added your blog to my bookmark sites. thanks.Quality posts is the crucial to invite the visitors to visit the web page, that's what this web page is providing. USA RDP

    ReplyDelete
    Replies
    1. thank you very mush such a nice comments charlesday

      Delete