Skip to content

update solidcommunity.net to mashlib@2.1.3 #92

@bourgeoa

Description

@bourgeoa

@kkuffour
If i remember well the actual situation for pivot on https://solidcommunity.net

  • you are not in main
  • production config do not use any default Pivot
  • pivot use mashlib v1.11.1

1. to update to mashlib@2.1.3

solution 1 : need to check config

at each update of mashlib with node_modules/mashlib/dist

  • in Pivot folder and if your are not on main
# git stash
# git checkout main
# git pull

solution 2 : is more secure for long term (PR for CSS has been merged)

# git stash
# git checkout main
# git pull
# git checkout expandFolders

continue

  • update mashlib to v2.1.3
# npm i mashlib@2.1.3
# npm run build

2. in the data folder :

  • could you restore the broken virginia/profile/card$.ttl with this content
    Error trying to parse webid (turtle) as Notation3 #91 (comment)
  • before: check the the actual content is json starting with :
    {"turtle":"@prefix : <https://virginia.solidcommunity.net/profile/card#>
    Which is wrong. It should be turtle not json content.

3. restart server with pm2 restart

4. Visual control on running pod :

we need to check that everything renders correctly.
- https://virginia.solidcommunity.net/profile/card#me
- https://bourgeoa.solidcommunity.net/
   - click on README
   - click on public and test some document : a .jsonld, a .md, dokieli
   - click on settings : should error with a msg that do not need a screen resize
  • and some more if logged in a pod

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions