|
5 | 5 | ## Prerequisities |
6 | 6 |
|
7 | 7 | 1. Install git - https://git-scm.com/downloads. |
8 | | -2. Install .NET Core 6.0 - https://dotnet.microsoft.com/en-us/download/dotnet/6.0. |
| 8 | +2. Install .NET 10 - https://dotnet.microsoft.com/en-us/download/dotnet/10.0. |
9 | 9 | 3. Install Visual Studio 2019, Rider or VSCode. |
10 | 10 | 4. Install docker - https://docs.docker.com/docker-for-windows/install/. |
11 | 11 | 5. Make sure that you have ~10GB disk space. |
12 | 12 | 6. Create Github Account |
13 | 13 | 7. Clone Project https://github.com/oskardudycz/EventSourcing.NetCore, make sure that's compiling |
14 | | -8. Go to gitter channel (ENG) https://gitter.im/EventSourcing-NetCore/community (POL) https://gitter.im/oskardudycz/szkola-event-sourcing. |
15 | | -9. Check https://github.com/StackExchange/Dapper/, https://github.com/jbogard/MediatR, http://jasperfx.github.io/marten/documentation/ |
16 | | -10. Open `PracticalEventSourcing.sln` solution. |
17 | | -11. Docker useful commands |
| 14 | +8. Check https://github.com/StackExchange/Dapper/, http://jasperfx.github.io/marten/documentation/ |
| 15 | +9. Open `PracticalEventSourcing.slnx` solution. |
| 16 | +10. Docker useful commands |
18 | 17 |
|
19 | 18 | - `docker compose up` - start dockers |
20 | 19 | - `docker compose kill` - to stop running dockers. |
21 | 20 | - `docker compose down -v` - to clean stopped dockers. |
22 | 21 | - `docker ps` - for showing running dockers |
23 | 22 | - `docker ps -a` - to show all dockers (also stopped) |
24 | 23 |
|
25 | | -12. Go to [docker](./docker) and run: `docker compose up`. |
26 | | -13. Wait until all dockers got are downloaded and running. |
27 | | -14. You should automatically get: |
| 24 | +11. Go to [docker](./docker) and run: `docker compose up`. |
| 25 | +12. Wait until all dockers got are downloaded and running. |
| 26 | +13. You should automatically get: |
28 | 27 | - Postgres DB running |
29 | 28 | - PG Admin - IDE for postgres. Available at: http://localhost:5050. |
30 | 29 | - Login: `pgadmin4@pgadmin.org`, Password: `admin` |
|
0 commit comments