Deployment first release #5

Closed
opened 2024-04-18 00:15:22 +00:00 by p1r0 · 3 comments
Owner

Official Deployment

dependencies

Until now the dependencies are issues #1, #2, #3 and #4.

ToDo

  • fleek.co IPNS Deployment and test devbranch as dev.deca.eco
  • Deploy as dev.deca.eco. for the dev branch
  • Deploy as deca.eco for main release
  • Move old site to archive.deca.eco
## Official Deployment ### dependencies Until now the dependencies are issues #1, #2, #3 and #4. ### ToDo - [x] [fleek.co](https://lume.land/docs/advanced/deployment/#fleek) IPNS Deployment and test devbranch as dev.deca.eco - [x] Deploy as dev.deca.eco. for the dev branch - [x] Deploy as deca.eco for main release - [x] Move old site to archive.deca.eco
p1r0 added the
Kind/Security
Kind/Testing
labels 2024-04-18 00:15:22 +00:00
Author
Owner

Report with Fleek.co and fleek.conf + lume

there are issues with fleek, the lack of documentation and support for other platforms but theirs.

  1. The first issue was that after following the .fleek.conf the deno docker container got stuck with an error trying to access git command, the the solution was the following change to the file:
{
  "build": {
    "image": "denoland/deno",
    "command": "apt update && apt -y install git && deno task build",
    "publicDir": "_site"
  }
}

2.second issue is related to the internal process of fleek, it fails to add to ipfs. The error is the following.

11:37:42 PM 04/30/2024: 🔥 /pagefind/pagefind-highlight.js <- (generated)
11:37:42 PM 04/30/2024: 🔥 /pagefind/wasm.unknown.pagefind <- (generated)
11:37:42 PM 04/30/2024: 🔥 /favicon.svg <- /favicon.svg
11:37:42 PM 04/30/2024: 🍾 Site built into ./_site
11:37:42 PM 04/30/2024: 20 files generated in 1.05 seconds
11:37:45 PM 04/30/2024: An error occured during upload: Failed to upload to IPFS.
11:38:10 PM 04/30/2024: Error occured during the upload.
## Report with Fleek.co and fleek.conf + lume there are issues with fleek, the lack of documentation and support for other platforms but theirs. 1. The first issue was that after following the [.fleek.conf](https://lume.land/docs/advanced/deployment/#fleek) the deno docker container got stuck with an error trying to access git command, the the solution was the following change to the file: ```json { "build": { "image": "denoland/deno", "command": "apt update && apt -y install git && deno task build", "publicDir": "_site" } } ``` 2.second issue is related to the internal process of fleek, it fails to add to ipfs. The error is the following. ```sh 11:37:42 PM 04/30/2024: 🔥 /pagefind/pagefind-highlight.js <- (generated) 11:37:42 PM 04/30/2024: 🔥 /pagefind/wasm.unknown.pagefind <- (generated) 11:37:42 PM 04/30/2024: 🔥 /favicon.svg <- /favicon.svg 11:37:42 PM 04/30/2024: 🍾 Site built into ./_site 11:37:42 PM 04/30/2024: 20 files generated in 1.05 seconds 11:37:45 PM 04/30/2024: An error occured during upload: Failed to upload to IPFS. 11:38:10 PM 04/30/2024: Error occured during the upload. ```
p1r0 added this to the DECA Protocol project 2024-05-06 18:00:34 +00:00
Author
Owner

web components and blockchain tracking security with the dapp indexer to be done by release 1.0

ToDo

  • add helia to pin and self host the site and be a node
  • verify the version and setup a secure signature by blockchain
  • integrate price webcomponents

this was moved to mayor relase #9

web components and blockchain tracking security with the dapp indexer to be done by release 1.0 ## ToDo - [ ] add helia to pin and self host the site and be a node - [ ] verify the version and setup a secure signature by blockchain - [ ] integrate price webcomponents ## this was moved to mayor relase #9
p1r0 pinned this 2024-06-29 05:17:14 +00:00
Author
Owner

Solved on release 0.1.0

Solved on release 0.1.0
p1r0 closed this issue 2024-06-29 05:22:48 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: DECA/deca.eco#5
No description provided.