Configuring and connecting to Trac on SLES 12.5
When starting the VM, the proxy server starts automatically.
- To work, you should open TCP port 80 in the network properties of the Amazon firewall.
- To open the site, go to the following address in any convenient browser: http://vm_ip.
- You will be asked to select the project. The system has already created one project called “Default project” by default.
- For further setup and site operations, see the manuals and setup guides. You can find links at the bottom of the page in the “Starting Point” section or the “Help/Guide” link in the upper right of the page.
- Connecting to the VM using the PuTTY application. You can download it at the following link – Download
- Go to section SSH on the left panel, and then to Auth
- In the “Auth” section, click “Browse” and specify the path to the .ppk file you received earlier.
- Go to the home page of “Session”, enter the IP address of the VM, and click “Open”.
- In the opened console, you will need to enter the login ec2-user
6. After logging in, run the following command:
> sudo addproject (1)
Enter the directory name for your new project, it is important that the directory name must not have spaces (2)
Enter a project name (3)
7. The new project will be displayed on the start page.
Now you can use, configure, and manage the Trac System Server.