Open MarrelleBailey opened 3 years ago
leave this for the steps for implementation
meeting notes from 2020-02-11 meeting place : https://meet.jit.si/solidproject-org
Jackson Justin Alain
Actual status
how is the certificate managed, domain provider gandi ?
objectives
github actions :
Work sharing :
meeting notes from 2020-02-18 meeting place : https://meet.jit.si/solidproject-org
Jackson Justin Alain
run jekyll 3.8 on solidproject with docker
docker run --rm -it --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" --env JEKYLL_ENV=production jekyll/jekyll:3.8 jekyll build
solidos WSL2 Pb
test on NSS https:// localhost:8443
multi-user
It must be root because all links are relative to _site
assets is needed twice : keep assets at root and copy assets --> pages/solid/solidproject.org/assets
in container to not display all contained resources
newsletter/archive.html should be renamed newsletter/index.html
in general developers/vocabularies/ is not structured correctly
some links are wrong specification (link on right (example team : pages/solid/solidproject.org/team should be /team)
rm -r node_modules
permalink
/about
<-- note there no .html (see navigation.yml, toc-about.html, page-about.html)
the consequence is thatfind . -type f -name "*.html" -exec sh -c 'mv -f $0 ${0%.html}$.html' {} \;
find . -type f -name "index$.html" -exec sh -c 'mv -f $0 ${0%$.html}.html' {} \;
CSS mashlib single user (http://localhost/3000/ = same problem than NSS +
site contents questions
for information build of CSS without mashlib
# git clone https://github.com/solid/community-server.git
# cd community-server
# git branch -b test-v2.0.1 v2.0.1
# npm ci
# npm start -- -c @css:config/file.json -f ./Documents
CSS with mashlib : todo as single user
/
This week :
jackson
alain For discussion I have made some needed changes to the solidproject.org content see https://github.com/bourgeoa/solidproject.org/pull/1
The changes are mostly around :
SPS
for the pod (to avoid mixing of solidproject.org and pod datas.html
extension when needed (on a pod content-type default is not text/html)/
to folders (needed actually for containers in CSS)There are 2 examples of running solidproject.org on NSS (I do not have a server running CSS with mashlib).
For an easy loading I renamed the _site
produced by jekyll to SPS
, ziped the SPS folder
as an SPS.zip
, then with solid-file-client upload and unzip with extractZipArchive().
Experimental : solidproject.org is running on a CSS server https://solidweb.me/bourgeoa/SPS/
CSS do not seem to accept .zip files
@RubenVerborgh just opened an issue https://github.com/CommunitySolidServer/CommunitySolidServer/issues/1235
Removed the comment on .zip file. Seems a mashlib only issue solid/solid-ui#486
@jaxoncreed I have difficulties using the token https://github.com/o-development/clone-to-solid-pod/issues/2 I suppose i am doing something wrong because jeff and you did succeed.
No it was time consuming each folder must end with a / and each html file must end with .html And to create a pod container each link must begin with it. I had problem to understand the redirect that uses site.url and site.baseurl At the end there can be no more distinction between site.url and site.container. site.container can be replaced by site.url and keep only site.url
The problem is to load all the data. Some file are rejected for size. The number of request is high : 7000 Sometimes appears issues on like 500, lock file more than 3000 ms, err memory ?, and a difficulty with assets/img/fontawesome-free-5.11.2-web/svgs/solid/ that contains 1000 images.
Update on this. As far as I'm aware, this project has not been completed. Is that correct @bourgeoa ? Should we rope this into our upcoming meetings?
@jaxoncreed yes you are correct. And I suppose the objective is still to deploy on a solid pod.
Original issue: https://github.com/solid/solidproject.org/issues/248
Will work on this the week of June 7
Issue: https://github.com/solid/solidproject.org/issues/248