TracCloudTechURL: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
Line 5: Line 5:
<big><b>TracCloud Custom URL</b></big><br>
<big><b>TracCloud Custom URL</b></big><br>


By default, we offer four different URL formats for each TracCloud instance, depending on which format you prefer. These are listed below.
By default, we offer four different URL formats for your TracCloud instance, depending on which you prefer. These are listed below.<br>
<code>traccloud.go-redrock.com/SCHOOL</code><br>
<code>traccloud.go-redrock.com/SCHOOL</code><br>
<code>app.trac.cloud/SCHOOL</code><br>
<code>SCHOOL.trac.cloud</code><br>
<code>SCHOOL.trac.cloud</code><br>
<code>app.trac.cloud/SCHOOL</code><br>
<code>SCHOOL.traccloud.com</code><br><br>
<code>SCHOOL.traccloud.com</code><br><br>


However, if you want to use your own domain (e.g., trac.school.edu), this requires some additional configuration.<br><br>
However, if you want to use your own domain (e.g., trac.school.edu). This requires some additional configuration in your DNS settings and coordination with Redrock Software. Two CNAME records will need to be created.<br><br>
However, you also have the option of using your own domain rather than ours (e.g., trac.school.edu). This requires some additional configuration and coordination with Redrock Software, but can be beneficial, as it may be more clear or easier to remember to your students.  
 
To use your own domain, create two new CNAME records:
 
CNAME:
_123.traccloud.school.edu.
POINTING TO:
_123.abc.acm-validations.aws
 


<b>1. Create a CNAME pointing to our TracCloud URL.</b><br>
<code>trac.school.edu</code> (any subdomain works, using 'trac' as an example here)<br>
Pointing to:<BR>
<code>traccloud.go-redrock.com</code><br><br>


<b>2. Create a CNAME for AWS Validation.</b><br>
This step requires a unique CNAME to be generated by Redrock software for you to use. The example below is for example, and should not be used as your actual CNAME value. <br>
<code>_ABCDEFGHIJ1234567890.school.edu.</code><br>
Pointing to:<br>
<code>_ABCDEFGHIJ.1234567890.acm-validations.aws.</code>


[[Category:rsc_internal]]
|}
|}

Revision as of 15:00, 10 May 2022


TracCloud Custom URL
By default, we offer four different URL formats for your TracCloud instance, depending on which you prefer. These are listed below.
traccloud.go-redrock.com/SCHOOL
app.trac.cloud/SCHOOL
SCHOOL.trac.cloud
SCHOOL.traccloud.com

However, if you want to use your own domain (e.g., trac.school.edu). This requires some additional configuration in your DNS settings and coordination with Redrock Software. Two CNAME records will need to be created.

1. Create a CNAME pointing to our TracCloud URL.
trac.school.edu (any subdomain works, using 'trac' as an example here)
Pointing to:
traccloud.go-redrock.com

2. Create a CNAME for AWS Validation.
This step requires a unique CNAME to be generated by Redrock software for you to use. The example below is for example, and should not be used as your actual CNAME value.
_ABCDEFGHIJ1234567890.school.edu.
Pointing to:
_ABCDEFGHIJ.1234567890.acm-validations.aws.