Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Okay, this is baffling me. I tried to edit that hosts file in SSH on both Safari and on Chrome and neither setup is allowing me to use command-O to save or command-X to get back to the regular SSH window. I can run commands, no problem, but I cannot edit files or leave a file editor in SSH. I'm...
I just realized that I didn't check what the current version of docker is. I was going off a five year old tutorial and automatically copy-pasted his code. I'll have to check what the current version is and edit that part. Still need to figure out how to edit and save in terminal though.
Hi Kaspar, I'm back. I "started over", followed the instructions again to try this by installing the Docker Compose per the instructions on the tutorial. I had one issue where I went in with "nano /etc/hosts" to add my domain to the hosts file and I'm having a challenge understanding how to save...
Yes, I'm aware that Docker Compose is an "activator" that creates Docker setups, correct? That's why in the tutorial file I found (link in first post above), he says to create the directories, add a yaml file with the instructions for the rocket chat and mongodb containers, and then to run...
Okay, that's where I'm confused because I went into my Docker panel on Plesk and loaded the Docker Compose container and activated it. See the middle screen shot on my initial post above. I have that running when I attempt. Is that Docker Compose not truly active even though I have it running as...
Hi Martin, hey thank you for taking the time to respond. I just tried what you suggested and it didn't work. I'm attaching a screen shot of my SSH session and I color-coded what I was doing so you can see what I did. I blurred out my domain names, FYI.
I also learned that I was trying this...
I'm trying to install Rocket Chat on Plesk using Docker, per this post: How to deploy Rocket.Chat in Plesk with docker – Markus' Blog instructions on how to do it. It's a five year old post, and I don't know if anything has changed since then. This is my first time trying to add something to my...
Okay, scsa20. Here's what I did: I deleted the MM Team edition and Postgres container images and downloaded new ones. I kept my folder called "chatsetup" and its in the root of my domain. I kept the same Docker Compose file as it was the exact same file you shared above. I edited the .env file...
I decided to start over. I re-read everything above and see where I made some errors. I misread a couple instructions along the way. I'll go slower this time.
I guess as a "bigger picture" question.... should I start over since I was stopped due to a server issue and got out of sequence? Should I delete the containers for the team edition and server and install new ones and run them again since I'll have clear sudo abilities again? See above where I...
Thanks for writing back, scsa20. My variables I used were the ones you have in your example of what you changed them to. So instead of this in the env file example file you first shared...
MATTERMOST_CONFIG_PATH=./volumes/app/mattermost/config
MATTERMOST_DATA_PATH=./volumes/app/mattermost/data...
scsa20, here is my situation. I was able to get the root password fixed and verified that it works. Since I got interrupted in the flow of things I'm trying to resume. I was at the step above where you said to
I did the following instead, according to the path I put in the env file.
sudo...
the email notification from my server also had this info: "Please resolve the errors in web server configuration templates and generate the file again."
I'm unable to run that permissions issue because I'm still not able to sudo due to my password not working. I'll deal with that but I went to the nginx proxy task, disabled the proxy and pasted in that code to the directives panel and got a warning when I clicked "Apply" it said (and I'm...
I actually had to have my server reset to update the root password because I couldn't sudo. Once back up I went to Docker area and found that Mattermost Team edition was running and that the PostGre was also running and up. So that is actually where I really appear to be. It appears I have...
Okay, after changing the name to just .env and verifying I had all the info correct, I ran the "docker compose up -d" command and got this. Is this in relation to the permissions situation you gave in the next step or is this an error that needs fixing?
Last login: Wed Mar 13 13:52:21 2024...
I went with "example.env" for now. I went to the shell to run the "docker compose up -d" command, and after getting a message that the configuration file wasn't found, assumed I was not in the right directory for a sec, cd'd to my "chatsetup" folder where the .env and .docker-compose file were...