You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hackathons/2024-12-vienna/index.mdx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ If you did not create an account already, signup [here](https://console.unikraft
77
77
You will be using that in the following sessions.
78
78
79
79
Once you have a token, follow the steps [here](https://unikraft.cloud/docs/quickstart/) to deploy your first unikernel.
80
-
If everything went well, deploy more applications following the tasks [here](TODO).
80
+
If everything went well, deploy more applications following the tasks [here](https://docs.google.com/spreadsheets/d/1nrIG9j0ea5YMBCzMvjA1K9EiQWWq-2zO05jOgO9xqMY/edit?usp=sharing).
81
81
82
82
### Behind the Scenes: Using KraftKit to Operate Unikraft Applications
83
83
@@ -86,7 +86,7 @@ Now you will build and run Unikraft-based application locally.
86
86
With this, you will get a better look at what `kraft cloud` does behind the scenes.
87
87
88
88
Follow the steps [here](https://unikraft.org/guides/using-the-app-catalog) and bring the cloud to your machine.
89
-
After you are done with all of them, take a look to some more applications, following the tasks [here](TODO).
89
+
After you are done with all of them, take a look to some more applications, following the tasks [here](https://docs.google.com/spreadsheets/d/1nrIG9j0ea5YMBCzMvjA1K9EiQWWq-2zO05jOgO9xqMY/edit?usp=sharing).
90
90
Go through them orderly and aim to complete all items until the `Extra` section.
91
91
If you have extra time on your hands, go through the `Extra` section as well.
92
92
@@ -97,16 +97,16 @@ We do that using `docker`.
97
97
This is useful both to understand what is happening behind the scenes and to have a test environment for your application.
98
98
In case there are issues with Unikraft Cloud / KraftKit, you can use Docker to see if everything is in the right place and to assist in debugging.
99
99
100
-
Follow the steps [here](TODO) (only the ones under `Redis`) to see how you can port a new application on top of Unikraft.
101
-
Mark the items as completed [here](TODO).
100
+
Follow the steps [here](https://unikraft.org/docs/contributing/adding-to-the-app-catalog) (only the ones under `Redis`) to see how you can port a new application on top of Unikraft.
101
+
Mark the items as completed [here](https://docs.google.com/spreadsheets/d/1nrIG9j0ea5YMBCzMvjA1K9EiQWWq-2zO05jOgO9xqMY/edit?usp=sharing).
102
102
Go through them orderly and aim to complete all items until the `Extra` section.
103
103
If you have extra time on your hands, go through the `Extra` section as well.
When porting new applications, you can run into issues both on the Docker build and on the Unikraft runtime.
108
108
To debug the issues, you can follow the instructions [here](https://unikraft.cloud/docs/guides/features/debugging/).
109
-
Get a hands-on experience with debugging by following the items [here](TODO).
109
+
Get a hands-on experience with debugging by following the items [here](https://docs.google.com/spreadsheets/d/1nrIG9j0ea5YMBCzMvjA1K9EiQWWq-2zO05jOgO9xqMY/edit?usp=sharing).
110
110
111
111
### First Principles Approach: Using Make and VMMs Directly
112
112
@@ -135,7 +135,7 @@ For every step, there is a section in the `README` file that goes into detail ab
135
135
For the hackathon, please create teams of 2-3 people, and create your very own cloud-native application to run on Unikraft Cloud.
136
136
Think of a cool application you've been waiting for a while to implement.
137
137
Use your preferred programming language (supported by Unikraft Cloud), employ any frameworks or existing software components as required, and then deploy it on Unikraft Cloud.
138
-
After you create a team and decide on a project, fill [this spreadsheet](TODO) with the team name, members and project idea.
138
+
After you create a team and decide on a project, fill [this spreadsheet](https://docs.google.com/spreadsheets/d/1nrIG9j0ea5YMBCzMvjA1K9EiQWWq-2zO05jOgO9xqMY/edit?usp=sharing) with the team name, members and project idea.
139
139
140
140
At the and of the hackathon, you should make a PR in the [Unikraft Cloud `examples` repository](https://github.com/unikraft-cloud/examples) with your work.
141
141
We will be evaluating the project, focusing on functionality, originality, robustness, complexity, code quality and team work.
0 commit comments