Skip to content

Commit 8456598

Browse files
StefanJumrazvand
authored andcommitted
hackathons/vienna: Add links to the tasks spreadsheet
Replace TODOs with links to the spreadsheet containing the tasks. Signed-off-by: Stefan Jumarea <[email protected]>
1 parent 30d7ea4 commit 8456598

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/hackathons/2024-12-vienna/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you did not create an account already, signup [here](https://console.unikraft
7777
You will be using that in the following sessions.
7878

7979
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).
8181

8282
### Behind the Scenes: Using KraftKit to Operate Unikraft Applications
8383

@@ -86,7 +86,7 @@ Now you will build and run Unikraft-based application locally.
8686
With this, you will get a better look at what `kraft cloud` does behind the scenes.
8787

8888
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).
9090
Go through them orderly and aim to complete all items until the `Extra` section.
9191
If you have extra time on your hands, go through the `Extra` section as well.
9292

@@ -97,16 +97,16 @@ We do that using `docker`.
9797
This is useful both to understand what is happening behind the scenes and to have a test environment for your application.
9898
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.
9999

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).
102102
Go through them orderly and aim to complete all items until the `Extra` section.
103103
If you have extra time on your hands, go through the `Extra` section as well.
104104

105105
### Debugging Unikraft / Unikraft Cloud Applications
106106

107107
When porting new applications, you can run into issues both on the Docker build and on the Unikraft runtime.
108108
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).
110110

111111
### First Principles Approach: Using Make and VMMs Directly
112112

@@ -135,7 +135,7 @@ For every step, there is a section in the `README` file that goes into detail ab
135135
For the hackathon, please create teams of 2-3 people, and create your very own cloud-native application to run on Unikraft Cloud.
136136
Think of a cool application you've been waiting for a while to implement.
137137
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.
139139

140140
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.
141141
We will be evaluating the project, focusing on functionality, originality, robustness, complexity, code quality and team work.

0 commit comments

Comments
 (0)