-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up SolidOS to work on CSS on local development #149
Comments
cause I'm running CSS in a production environment and not local I am not really helpful in this topic. a) maybe the switch is an opportunity for me to contribute useful code. b) I really hope solidweb.me is hardened and stealthed enough. |
Data-Kitchen is an instance of CSS local running SolidOS. I have not updated to most recent versions of of CSS or mashlib and I need to revise the package.json to download them automatically. But currently npm install + nmp run start give you a functioning CSS running SolidOS on a local server. |
A slight modification of the SolidOS build process could put Data-Kitchen into the build process so that instead of NSS at the end it would install CSS. |
See this diagram |
@ewingson did first try to deploy SolidOS on a CSS server on https://solidweb.me. We see some problems which we will make gitIssues for. (discussion on how to do was done on gitter here) To locally test: build mashlib and start the static mashlib (there is a npm script for it) and navigate to a CSS user with it. |
I have 4.0.0 running and will share every issue and every aspect I can focus on to help to upgrade |
This is the docker-compose file I am using for locally running CSS with mashlib:
|
According to: #66 (comment) CSS is ready to be set up with mashlib. |
yep, mashlib is working with CSS on https://solidweb.me . can I give this issue some tender loving care ? but I would need some detailed instructions, howto... guidance. |
I am looking for something which does not need a container (docker). Something more like how we have it now: you clone solidOS and NSS is out of the box started for you with the 'npm start'. It would be cool if upon start one can select which server to be spinned up, NSS or CSS. I do not have an idea how to achieve this in our code yet. |
dunno how to achieve this. I did not use docker. NSS and CSS seem to have been developed independently. for completeness I'll leave two docs. both servers run on the same dedicated machine. NSS : https://gist.github.com/ewingson/c6e97a996aa51eac9f7fd1b7eaf14dc4 CSS : https://gist.github.com/ewingson/dbfee4d329c803aed0b0bd87e7a2fa00 [edit] the latter is not 100% actual because of the mashlib recipe running now. |
@timea-solid This may be done with something like that in solidos/package.json : (inspiration from https://github/solidcryptpad/solidcryptpad/package.json)
|
Finally I think a better way is to create a new repo in
We could then integrate the repo in SolidOS setup:
@timea-solid I can prepare the repo test its workability and then integrate to SolidOS setup |
@bourgeoa I like where your suggestions are going! Is we have a css subdirectory in solidOS like nss is what I was thinking but was not sure if it would work. But if you say it would work it would be really cool! |
@timea-solid
I shall try to update the README.md's as soon as possible. For CSS the easiest is to chose choose : |
Done with 4bfea9b |
In the process of switching NSS to CSS on solidcommunity.net I propose that we move our local development practices also to CSS. Basically when I clone SolidOS and I run
npm run setup
I would want to have CSS running and not NSS (if possible).The text was updated successfully, but these errors were encountered: