ο»Ώ
ο»Ώ
Download install visual c++ redistributable for visual studio 2012 update 4. Install both x86 and x64 versionο»Ώ[download](πŸ”—ο»Ώ)ο»Ώ
Download and install WAMP 32 bitο»Ώ[download](πŸ”—ο»Ώ)ο»Ώ
Download and install composerο»Ώ[download](πŸ”—ο»Ώ)ο»Ώ

## 1. Install Composer (composer.exe)

582
ο»Ώ

Installing composer

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

575
ο»Ώ

## 2. Select your version of PHP in WAMP

Select PHP 7+

533
ο»Ώ

## 3. Set up your database

Open your MySQL console:

481
ο»Ώ
588
ο»Ώ

Press enter for default password, or enter your master MySQL password if you changed it to something else previously.

597
ο»Ώ

Run the following commands to create and verify database:

ο»Ώ
594
ο»Ώ

Create a database user and grant access to your new snipeit database:

ο»Ώ

(Change `password123` in the example above to something more secure, please.)

582
ο»Ώ

## 4. Extract and configure Snipe-IT and run composer

Download and exact Snipe-IT to c:\wamp\www\snipe-it.

600
ο»Ώ

Edit `.env.example`

570
ο»Ώ

See the [Configuration](πŸ”—ο»Ώ) options for more information on how to configure your Snipe-IT installation.

Save your edited `env.example` as `.env`

727
ο»Ώ

Open command prompt then change directory to `c:\wamp\www\snipe-it\`. Then run:

ο»Ώ
600
ο»Ώ

## 5. Generate your app key

Run:

ο»Ώ

This will update the app key in your `.env` file:

342
ο»Ώ

IMPORTANT

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

## 6. Update your virtual host settings

Edit `httpd.conf. Remember to the change http://yourcomputername to whatever address you wish to access Snipe-IT by. (These values are case-sensitive.)

500
ο»Ώ

Then restart WAMP:

280
ο»Ώ

Then browse to the address you set up in httpd.conf, and you should see the [Pre-Flight & Setup](πŸ”—ο»Ώ) screen. Follow the on-screen instructions, and you're all set.