- Open a command-line terminal
- Navigate to the location of your code
cd C:\xampp\htdocs\s3\
- Run
composer install
to configure the program with the AWS SDK for PHP.- The dependency is created by composer.json.
- Replace the fields in app/config.php with the correct information for your AWS instance
- DO NOT PUBLISH YOUR CHANGES TO THE REPOSITORY CONFIG.PHP FILE
- Open the XAMPP Control Panel (C:\xampp\control-panel.exe)
- Start Apache
- If errors come up, change the port configuration from 80 to 8080.
- In your browser, go to
localhost:80/s3/
- or
localhost:8080/s3/
if you changed the config.
- or
- Try out any of the scrips you see! :)