Rewrite of Build a Video Game Aggregator
- Boot Docker and start a container
- make sure docker is using WSL and the correct Linux distro:
- Docker -> settings -> resources -> WSL integration -> Enable integration with additional distros
- make sure docker is using WSL and the correct Linux distro:
- Open windows terminal with a Linux tab
- To open a new tab using Linux, use the caret symbol next to the
+
- To open a new tab using Linux, use the caret symbol next to the
cdto the working directory you want- for example from
/mnt/c/Users/Jess/Documents/to/mnt/g/Jess/Code - Access the current folder via Windows with
explorer.exe .
- for example from
- run the Laravel install command
- run the command given to start Laravel Sail
- For instance,
cd coop-games && ./vendor/bin/sail up -
The first time you run the Sail up command, Sail's application containers will be built on your machine. This could take several minutes. Don't worry, subsequent attempts to start Sail will be much faster.
- Once the application's Docker containers have been started, you can access the application in your web browser at: http://localhost
- For instance,