You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone repository to "/XAMPP/htdocs"
cd into the directory with cd "<path>/XAMPP/htdocs" *NOTE: REPLACE with your path! git clone https://github.com/hansintheair/Storefront.git
You should have "/XAMPP/htdocs/Storefront" when done cloning.
Open Netbeans
Click "New Project... (Ctrl+Shift+N)"
On the New Project Wizard -> Choose Project page
Under Categories select "PHP"
Under Projects select "PHP Application with Existing Sources"
Click Next
On the New Project Wizard -> Name and Location page
Browse to "htdocs/Storefront/storefront"
Confirm project name is "storefront"
Confirm PHP Version is "PHP 7.4"
Click Next
On the New Project Wizard -> Run Configuration page
Confirm Run As is set to "Local Web Site (running on local web server)
On the left sidebar, under the "Administration" tab, select "Data Import/Restore"
On the localhost Data Import page, select the "Import from Self-Contained File" radio button and set the file path to "/XAMPP/htdocs/Storefront/storefront/database/Storefront.sql"
Click Start Import
Refresh the Schemas on the left side and confirm that a schema called 'storefront' was created.
Complete the steps in the Run section to test that everything is set up correctly
Run
Start XAMPP Apache & MySQL servers
In Netbeans, right-click the Home.php file and select "run"
The start page to the Storefront project should open on your browser.
You should NOT see a 404 or any other error.