Local Project:
<% if (currentSite.project) { %>
<%= currentSite.project %>
<% } else { %>
None
<% } %>
<% if (projectList.size() > 0) { %>
<% } %>
|
Site Status:
<% if (currentSite.status.toLowerCase() == 'running') { %>
<%= currentSite.status %>
<% } else { %>
<%= currentSite.status %>
<% } %>
Last Sync:
<% if (currentSite.lastSyncTime != null) { %>
<%= currentSite.lastSyncTime %> by <%= currentSite.lastSyncUser.split(' ')[0]; %>
<% } else { %>
Never
<% } %>
|
|
|
Last Backup:
<% if (currentSite.lastDump != null) { %>
<%= currentSite.lastDump %>
<% } else { %>
Never
<% } %>
|
Your Personal Credentials
Username: <%= Portal.Modules.AptanaIdManager.username %>
Password:
show
Non-public subdomains
URL: http://private-<%= currentSite.domain %>
Username/password: use your personal credentials
Default path: /home/aptana/domains
SFTP (Secure FTP)
Server: <%= currentSite.domain %>
Username/password: use your personal credentials
SSH (Secure Shell)
Server: <%= currentSite.domain %>
Username/password: use your personal credentials
System Paths
Doc Root: <%= currentSite.domains.publicInfo.get('documentRootPrefix') + currentSite.domains.publicInfo.get('documentRoot') %>
|
DB (MySQL database)
 For your applications (on your site):
• Server: localhost
• Port: 3306
• Socket: /tmp/mysql.sock
• Username: <%= currentSite.mysqlUser %>
• Password:
show
 For external access:
• Server: <%= currentSite.domain %>
• Port: 3306
• Username/password: use your personal credentials
Git (source control)
URL:
<%= currentSite.urls.git %>
Username/password: use your personal credentials
|