Content
- Access: To access server, you have to ssh through server's credential. The credentials is given below:
Username: root
IP: 65.108.91.70
PW: xakmdWC9srJTpcdghjcN
https://openproject.elintegro.com/
2. Restart:
To restart the server, you need to restart docker container in which openproject is installed, so to restart that container you have to enter this command:
docker restart <container_name>. For eg: docker restart openproject
3: Logs: To check logs, enter this command: docker logs --follow <container_name>. For eg: docker logs --follow openproject