Skip to content

Latest commit

 

History

History

servers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Intro

This directory contains code & configs needed to run all services, including GitLab, ownCloud, Plane, and RocketChat. Below are the URLs, usernames, and passwords for each service.

Caveat: the-agent-company.com is a real domain where we host the project website with the leaderboard. For benchmarking purpose, all tasks assume this domain hosts the services. Since this domain does not really host any of the following services, you need to change your /etc/hosts file to point to your own server ip, if you'd like to use your browser to poke around the services. For evaluation purpose, the hostname routing is taken care of by the initialization script.

Mac and Linux users

Please run the following command:

echo "<server-ip> the-agent-company.com" | sudo tee -a /etc/hosts
# e.g. if you are hosting the services on your local machine, use
# echo "127.0.0.1 the-agent-company.com" | sudo tee -a /etc/hosts
Windows users

Please use notepad or any other editor with admin privilege to open c:\Windows\System32\Drivers\etc\hosts file and append <server-ip> the-agent-company.com to the file. If you are hosting the services on your local machine, use 127.0.0.1 the-agent-company.com.

GitLab

ownCloud

Plane

RocketChat

Troubleshooting

SSL Error

Some modern browsers (e.g., Chrome) have strict security policies that block insecure connections. You might not be able to visit the services using http protocol directly.

Solution 1:

Open chrome://settings/security and disable "Always use secure connections". It will disable the redirect in ALL web url.

Solution 2:

Use incognito mode to open the URLs.