-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f139f97
commit f036890
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
contributions/executable-tutorial/bthiberg-noakj/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Assignment Proposal | ||
|
||
## Title | ||
|
||
Creating and using flox environment(s) in an existing project. | ||
|
||
## Names and KTH ID | ||
|
||
- Björn Thiberg (bthiberg@kth.se) | ||
- Noak Jönsson (noakj@kth.se) | ||
|
||
## Deadline | ||
|
||
- Task 3 | ||
|
||
## Category | ||
|
||
- Executable Tutorial | ||
|
||
## Description | ||
|
||
We had a visit during one of the lectures by a [flox](https://flox.dev/docs/) developer. Exploring this cool piece of software, we found few if any tutorials on how to use it. | ||
|
||
This tutorial will be inspired by the [Flox docs](https://flox.dev/docs/), and show the user how to set up and use Flox environment(s) for an existing full-stack project that we will provide. | ||
|
||
We might also include layering multiple environments, depending on if the the tutorial ends up being complex enough without it or not. | ||
|
||
We will use KillerConda for this. | ||
|
||
**Relevance** | ||
|
||
The idea of Flox is to simplify creating reproducible, isolated, and portable development environments across different stages of the software lifecycle, ensuring consistency. I.e. very DevOps-y. |