Vaughn
Vaughn
Anyone still looking at this? I'm currently working on a Docker solution. However the lack of comprehensive documentation is making it quite difficult. Is there anyone I can discuss this...
Uhh my bad, I have located developer docs.
@TechnologyClassroom Thanks! I am separating to avoid running all services in a single container, I won't separate the api from the frontend to avoid any unexpected errors. So far I...
I faffed around with containerizing it on stream the other day if anyone is interested. Keep in mind I hadn't found all the docs and stuff at that point xD...
@jon4short I see, thank you. In the video above I was using `sed` but I've switched to editing with `jq` since the placeholders in the config files are not uniform....
> @vaughngx4 The closest thing to GNU/Linux documentation is the work that was posted to [issue 112](https://github.com/socioboard/Socioboard-5.0/issues/112). What I wrote [earlier in this thread](https://github.com/socioboard/Socioboard-5.0/issues/102#issuecomment-669660574) still applies. Once we have a...
Hi, I too would like details on administration. This should be documented. I've found the section that causes errors in development mode: ``` if (process.env.NODE_ENV === 'production'|| process.env.NODE_ENV === 'development'...
May I get assistance regarding users and administration?
@smokinjo Yes I am working on it, I've found the relevant code and am working on an aMember disabled alternative. Something that would involve signing up from the frontend and...
I have the solution, will add to the Docker docs soon then update the other docs later (pm2 run command in the docs is also wrong).