Moved README

This commit is contained in:
2025-04-22 10:00:12 +02:00
parent aa30a2e8ab
commit 4bc437aab6

View File

@@ -1,12 +1,12 @@
[![Agile611](https://www.agile611.com/wp-content/uploads/2020/09/cropped-logo-header.png)](http://www.agile611.com/)
# Start Using Docker
# Start using docker
Here is an explanation of the architecture to be used in the training.
This is an academic setup; it is not intended to be a production environment.
## Working Repository
## Working repository
Attached is the work repository we will use during the course:
@@ -14,17 +14,17 @@ Attached is the work repository we will use during the course:
For the training sessions, computers will be needed, either laptops or desktops.
## Installation for Local Development
## Previous installation for local development
We need to install these 3 applications on our machines:
- [GIT](https://git-scm.com/downloads)
- [Vagrant](https://www.vagrantup.com/downloads.html)
- [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
* [GIT](https://git-scm.com/downloads)
* [Vagrant](https://www.vagrantup.com/downloads.html)
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
Vagrant fetches virtual machines from remote repositories, so we advise disconnecting any VPN connections on your machine.
### Setting Up the Environment
## Setting up the environment
To download the repository, you need to download the code:
@@ -43,8 +43,23 @@ Then, to access the Box, connect via SSH using the following command:
```shell
vagrant ssh
```
## Support
### Potential Problems Provisioning the Box
This tutorial is released into the public domain by [Agile611](http://www.agile611.com/) under the Creative Commons Attribution-NonCommercial 4.0 International license.
[![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC_BY--NC_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/4.0/)
This README file was originally written by [Guillem Hernández Sola](https://www.linkedin.com/in/guillemhs/) and is likewise released into the public domain.
Please contact [Agile611](http://www.agile611.com/) for further details.
* [Agile611](http://www.agile611.com/)
* Carrer Laureà Miró 309
* 08950 Esplugues de Llobregat (Barcelona)
## Troubleshooting potential problems
### Provisioning the Box
If you have problems provisioning the Box, you can download it directly from [here](https://portal.cloud.hashicorp.com/vagrant/discover/bento/ubuntu-24.04) depending on your architecture.
@@ -80,22 +95,9 @@ It is important to ensure that you can virtualize with VirtualBox. If you cannot
### Vagrant Installation Videos
Here are videos on how to install Vagrant on different platforms:
- [Windows](https://www.youtube.com/watch?v=mPBWWu7sZU4)
- [MacOS](https://www.youtube.com/watch?v=kCVsWyR8mbo)
- [Linux](https://www.youtube.com/watch?v=yGviTwD3hWM)
* [Windows](https://www.youtube.com/watch?v=mPBWWu7sZU4)
* [MacOS](https://www.youtube.com/watch?v=kCVsWyR8mbo)
* [Linux](https://www.youtube.com/watch?v=yGviTwD3hWM)
To run all this setup, you need to have Git, Vagrant, and VirtualBox installed on your machine.
## Support
This tutorial is released into the public domain by [Agile611](http://www.agile611.com/) under the Creative Commons Attribution-NonCommercial 4.0 International license.
[![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC_BY--NC_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/4.0/)
This README file was originally written by [Guillem Hernández Sola](https://www.linkedin.com/in/guillemhs/) and is likewise released into the public domain.
Please contact Agile611 for further details.
* [Agile611](http://www.agile611.com/)
* Carrer Laureà Miró 309
* 08950 Esplugues de Llobregat (Barcelona)