diff --git a/.gitignore b/.gitignore index 332362f..bacca7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ random -Images-dd514b88-Results \ No newline at end of file +Images-dd514b88-Results +node_modules \ No newline at end of file diff --git a/.kanbn/board.md b/.kanbn/board.md index 46b134b..79c0402 100644 --- a/.kanbn/board.md +++ b/.kanbn/board.md @@ -1 +1,5 @@ -ÿþ \ No newline at end of file +--- +type: "note" +--- + +# board diff --git a/.kanbn/index.md b/.kanbn/index.md index 525129d..8569b73 100644 --- a/.kanbn/index.md +++ b/.kanbn/index.md @@ -1,5 +1,5 @@ --- -type: note +type: "kanbn" created: 2023-07-05T22:17:38.271Z updated: 2023-07-05T22:39:48.691Z startedColumns: @@ -20,5 +20,6 @@ taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g ## Done +- [install-ubuntu-frame](tasks/install-ubuntu-frame.md) - [upload-new-results](tasks/upload-new-results.md) - [update-index-json](tasks/update-index-json.md) diff --git a/.kanbn/tasks/install-ubuntu-frame.md b/.kanbn/tasks/install-ubuntu-frame.md new file mode 100644 index 0000000..ce981ff --- /dev/null +++ b/.kanbn/tasks/install-ubuntu-frame.md @@ -0,0 +1,28 @@ +--- +type: "kanbn" +status: "4-Done" +created: "2023-08-14T02:03:01.165Z" +updated: "2023-08-14T02:03:54.087Z" +--- + +# install-ubuntu-frame + +```bash +apt-get install links unzip net-tools -y +snap install dashkiosk +timedatectl set-timezone America/Phoenix +snap restart dashkiosk +snap install ubuntu-frame wpe-webkit-mir-kiosk +snap set wpe-webkit-mir-kiosk daemon=true +snap set wpe-webkit-mir-kiosk url=http://localhost:9400/receiver +wpe-webkit-mir-kiosk.cog http://localhost:9400/receiver +/snap/wpe-webkit-mir-kiosk/current/bin/setup.sh +wpe-webkit-mir-kiosk.cog http://localhost:9400/receiver +snap set ubuntu-frame daemon=true +``` + +## Sub-tasks + +- [ ] phares3757 +- [x] unity4 +- [x] unity5 diff --git a/.kanbn/tasks/update-index-json.md b/.kanbn/tasks/update-index-json.md index ecc6ab9..0859702 100644 --- a/.kanbn/tasks/update-index-json.md +++ b/.kanbn/tasks/update-index-json.md @@ -1,11 +1,12 @@ --- -created: 2023-08-14T01:47:12.346Z -updated: 2023-08-14T01:54:24.229Z +type: "kanbn" +created: "2023-08-14T01:47:12.348Z" +updated: "2023-08-14T02:03:55.135Z" assigned: "" progress: 0 -tags: [] -started: 2023-08-14T01:47:12.346Z -completed: 2023-08-14T01:54:24.229Z +started: "2023-08-14T01:47:12.346Z" +completed: "2023-08-14T01:54:24.229Z" +status: "4-Done" --- # Update index.json diff --git a/.kanbn/tasks/upload-new-results.md b/.kanbn/tasks/upload-new-results.md index cf36768..abe8951 100644 --- a/.kanbn/tasks/upload-new-results.md +++ b/.kanbn/tasks/upload-new-results.md @@ -1,11 +1,12 @@ --- -created: 2023-08-14T01:49:03.475Z -updated: 2023-08-14T01:54:22.504Z +type: "kanbn" +created: "2023-08-14T01:49:03.475Z" +updated: "2023-08-14T02:03:55.135Z" assigned: "" progress: 0 -tags: [] -started: 2023-08-14T01:49:03.475Z -completed: 2023-08-14T01:54:22.504Z +started: "2023-08-14T01:49:03.475Z" +completed: "2023-08-14T01:54:22.504Z" +status: "4-Done" --- # Upload new Results diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..a658ee1 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,35 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "File-Folder-Helper AOT s Set metadata", + "type": "shell", + "command": "& L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net7.0/win-x64/publish/File-Folder-Helper.exe .kanbn", + "problemMatcher": [] + }, + { + "label": "File-Folder-Helper AOT s M tasks", + "type": "shell", + "command": "& L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net7.0/win-x64/publish/File-Folder-Helper.exe s M .kanbn/tasks", + "problemMatcher": [] + }, + { + "label": "Kanbn Console", + "type": "npm", + "script": "kanbn.board", + "problemMatcher": [] + }, + { + "label": "Kanbn Write Boad", + "type": "shell", + "command": "& kanbn board -j | L:/Git/kanbn2md/kanbn2md.exe >.kanbn/board.md", + "problemMatcher": [] + }, + { + "label": "Kanbn Write json", + "type": "npm", + "script": "kanbn.board.json", + "problemMatcher": [] + } + ] +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..7bf74fa --- /dev/null +++ b/package-lock.json @@ -0,0 +1,27 @@ +{ + "name": "www", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "devDependencies": { + "prettier": "^3.0.0" + } + }, + "node_modules/prettier": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.1.tgz", + "integrity": "sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==", + "dev": true, + "bin": { + "prettier": "bin/prettier.cjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..388d0e2 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "scripts": { + "prettier.check": "prettier . --check", + "prettier.write": "prettier . --write", + "kanbn.board": "kanbn board", + "kanbn.board.json": "kanbn board -j > .kanbn/board.json", + "garbage-collect": "git gc" + }, + "devDependencies": { + "prettier": "^3.0.0" + } +}