Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
cloudappliance/applinstall30 [2018_01_30 17:23] – external edit 127.0.0.1cloudappliance/applinstall30 [2018_01_31 02:02] steven
Line 28: Line 28:
   * 8GB+ RAM (more RAM is always better)   * 8GB+ RAM (more RAM is always better)
   * 4+ Cores depending on the number of users   * 4+ Cores depending on the number of users
-  * 20 GB Hard Disk space\\ \\ Please note we recommend tuning the appliance components in production and can provide help for that. You can also increase the size of the Hard Disk by following the instructions provided by VMWare: [[http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&docTypeID=DT_KB_1_1&externalId=1006371|link]]+  * 20 GB Hard Disk space 
 +  
 +Please note we recommend tuning the appliance components in production and can provide help for that. You can also increase the size of the Hard Disk by following the instructions provided by VMWare: [[http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&docTypeID=DT_KB_1_1&externalId=1006371|link]]
  
 ===== Configuration ===== ===== Configuration =====
Line 38: Line 40:
   * You will need to register the following DNS entries(please note you can change the sub-domain names as you wish) -- sme.yourdomain.com -- webdav.yourdomian.com -- s3.yourdomain.com   * You will need to register the following DNS entries(please note you can change the sub-domain names as you wish) -- sme.yourdomain.com -- webdav.yourdomian.com -- s3.yourdomain.com
  
-(Please note webdav DNS entry should be webdav''%%.%%''DomaninName> e.g if domain name is sme.yourdomain.com then webdav url should be webdavsme.yourdomain.com.)+(Please note webdav DNS entry should be webdav.DomainName e.g if domain name is sme.yourdomain.com then webdav url should be webdavsme.yourdomain.com.)
  
   * An IP address that is configured to point to the domains   * An IP address that is configured to point to the domains
Line 80: Line 82:
 Note if you don’t see an IP address please contact your system admin to enable DHCP or if DHCP is not possible for your environment then login to the Appliance as the smeconfiguser and run the following command to start the script: Note if you don’t see an IP address please contact your system admin to enable DHCP or if DHCP is not possible for your environment then login to the Appliance as the smeconfiguser and run the following command to start the script:
  
-<code>cd installer +    cd installer 
-./smenetconf.pl</code>+    ./smenetconf.pl 
 +   
 This will invoke a wizard that will enable a static network IP address to be added. This will invoke a wizard that will enable a static network IP address to be added.
  
Line 89: Line 92:
  
 <code> passwd</code> <code> passwd</code>
 +
 ===== DNS and SSL Certificates ===== ===== DNS and SSL Certificates =====
  
Line 99: Line 103:
 <code>cd installer <code>cd installer
 ./configserver.pl</code> ./configserver.pl</code>
 +
 This will start the configuration server on port 8080. **Please make sure that you shutdown the configuration server after you have finished configuring the appliance**. This will start the configuration server on port 8080. **Please make sure that you shutdown the configuration server after you have finished configuring the appliance**.
  
-Once the configuration server has been started, on your local machine, in the browser open the following URL: http://IP Address:8080+Once the configuration server has been started, on your local machine, in the browser open the following URL: http://IPAddress:8080
  
 You should see the Welcome Screen. You should see the Welcome Screen.
Line 107: Line 112:
 To start configuration, please click Configuration link: To start configuration, please click Configuration link:
  
-{{:/cloudappliance:applinstall30:img:sme_welcome.png}} The Configuration page shows different options that you can configure+{{:/cloudappliance:applinstall30:img:sme_welcome.png}} 
 + 
 +The Configuration page shows different options that you can configure
  
 {{:/cloudappliance:applinstall30:img:sme_configuration.png}} {{:/cloudappliance:applinstall30:img:sme_configuration.png}}