summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-09-11 11:04:54 +0300
committerLars Wirzenius <liw@liw.fi>2018-09-11 11:04:54 +0300
commitdc4de13c1b2fcec8c498aa7634abd36933a77a32 (patch)
tree91bf4010520dc485e96152279147cb4cfd07745d
parentd18ea3bc45fa7c44dc69754fbb891888abb4dbf6 (diff)
downloadick.liw.fi-dc4de13c1b2fcec8c498aa7634abd36933a77a32.tar.gz
Add: task to set up server, to planning meeting
-rw-r--r--blog/2018/09/11/planning_meeting_iteration_29.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/blog/2018/09/11/planning_meeting_iteration_29.mdwn b/blog/2018/09/11/planning_meeting_iteration_29.mdwn
index bff9842..e0ff9bd 100644
--- a/blog/2018/09/11/planning_meeting_iteration_29.mdwn
+++ b/blog/2018/09/11/planning_meeting_iteration_29.mdwn
@@ -234,6 +234,7 @@ what | Who | estimate(h)
Draft spec for API tokens in Qvisqve | Lars | 1
Draft spec for variable expansion in .ick files | Lars | 1
+Set up a server to host ick web UI | Lars | 1
Hack up a "hello, world" React application | Ivan, Daniel | 4
Total | | [[people/liw]] |
@@ -260,6 +261,16 @@ Task descriptions
_Acceptance criteria:_ At least one person says +1 and nobody has
serious objections.
+* **Set up a server to host ick web UI:** Set up a VM, domain name,
+ and TLS certificate to serve the static files generated from the ick
+ web UI. Later on, this will also host the ick UI facade application
+ (which will be necessary to do logins securely). The demo ick
+ workers, and Daniel, and Ivan, should have ssh logins and
+ passwordless sudo access on the host.
+
+ _Acceptance criteria:_ Daniel and Ivan accept the server setup and
+ confirm they can log in and become root with sudo.
+
* **Hack up a "hello, world" React application:** The application
should say "hello, world", and use the React machinery to do so: npm
to install dependencies, whatever the React build command is chosen