diff --git a/README.md b/README.md index 1cb1d90..8e89ffb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ERP implementation portfolio, for the discipline ERP at Satakunta University of Applied Science. Using [Git](https://git-scm.com/) as a tool for project management. The concept is to group all information in a *folder* storage model. Also, in order to share online the portfolio, I'm using [code.33co.de](https://code.33co.de/ehofmann/ERP-samk/) that is my [self-hosted](https://www.computerhope.com/jargon/s/self-hosting.htm) instance of [Gitea](https://gitea.io/en-us/). -More information on how to navigate throught the platform, check this [video](video/platformDescription.mp4) +More information on how to navigate throught the platform, check this [video](videos/platformReduced.mp4) ``` BACKUP: In case the [master](https://code.33co.de/ehofmann/ERP-samk) repository is not available, a mirror repository can be used as [backup](https://github.com/githubedu/ERP-samk), only files and text, project and issues are not available. @@ -28,3 +28,8 @@ The [Project management](https://code.33co.de/ehofmann/ERP-samk/projects) is exe ### [Milestones](https://code.33co.de/ehofmann/ERP-samk/milestones) Each task with deadline is considered as a **Milestone**, on which is described what is expected and each issue is linked to the milestone/individual work. + +# Others information +| [Video demonstrating Gitea](videos/platformRduced.mp4) | This video demonstrate how the ERP project has been setup in Gitea and how it will be used to manage the ERP implementation | +| [Video demonstrating Git](videos/gitReduced.mp4) | In this video Eduardo demonstrate how the changes in files or in text are uploaded to Gitea and how to see the changes on each commit | +|--|--| diff --git a/videos/gitReduced.mp4 b/videos/gitReduced.mp4 new file mode 100644 index 0000000..308c22c Binary files /dev/null and b/videos/gitReduced.mp4 differ diff --git a/videos/original/gitDemonstration.mp4 b/videos/original/gitDemonstration.mp4 new file mode 100644 index 0000000..7a4d2f2 Binary files /dev/null and b/videos/original/gitDemonstration.mp4 differ diff --git a/videos/platformDescription.mp4 b/videos/original/platformDescription.mp4 similarity index 100% rename from videos/platformDescription.mp4 rename to videos/original/platformDescription.mp4 diff --git a/videos/platformReduced.mp4 b/videos/platformReduced.mp4 new file mode 100644 index 0000000..557bdb4 Binary files /dev/null and b/videos/platformReduced.mp4 differ