[Multiuser] Instructions to run without CLI
See original GitHub issueIn the docs, instructions are provided to run Multi-user Che with the CLI.
We use a orchestrator (Rancher) to deploy our servers so we need to replicate how CHE_MULTIUSER=true
works manually (i.e. by launching che-server-multiuser
, etc).
Could someone update the docs or provide a link here to follow?
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
How to switch between the CLI and GUI on a Linux server
Here's the command to launch the GUI from the multi-user.target: $ sudo systemctl isolate graphical.target. Switch back by specifying the ...
Read more >How to switch boot target to text or GUI in systemd Linux
Switching boot target to text · Open the terminal application. · For remote Linux servers, use the ssh command. · Find which target...
Read more >How do I make it so users open automatically in multi user
How do I make it so users open automatically in multi user · Right-click the QBWUSER.INI file. · Select Properties. · Go to...
Read more >Sharing a terminal with multiple users (with screen or otherwise)
Press Ctrl-a and type (NOTE: Ctrl+a is needed just before each single command, i.e. twice here) :multiuser on :acladd USER ← use username ......
Read more >Testing Multiple Users | Android Open Source Project
The following information helps explain how adb behaves with multiple users: adb (or more accurately the adbd daemon) always runs as the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
After a bit of a push and shove, I’ve been able to get this to work in Rancher/Compose 👍 This is roughly what our compose definition now looks like:
Anyone who takes this route will have to create their own che and keycloak databases and keycloak realm (I just imported the erb template into keycloak). We also mount the Che keycloak theme as a manual process.
We’re switching to the new helm charts/Che 7 which we’ve got working on Rancher so am closing this.