# SmartAD_CloudServer **Repository Path**: hankersyan/SmartAD_CloudServer ## Basic Information - **Project Name**: SmartAD_CloudServer - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2015-03-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Installation On ubuntu 1> create the directory by "sudo mkdir /usr/local/cloudserver" 2> move the executable jar "cloudserver.jar" and the "web" folder into "/usr/local/cloudserver" 3> set the jar to be executable by "sudo chmod +x /usr/local/cloudserver/cloudserver.jar" 4> install dos2unix by "sudo apt-get install dos2unix" 5> change the "cloudserver.sh" to use unix format 6> set the "cloudserver.sh" to be executable 7> move the "cloudserver.sh" into the folder "/etc/init.d" and rename it "cloudserver" by "sudo mv cloudserver.sh /etc/init.d/cloudserver" 8> exec "sudo /etc/init.d/cloudserver start" to start it, or reboot ubuntu to run it as a daemon service 9> if you want to change the listen port, change them in "/usr/local/cloudserver/cloudserver.config", and then exec "sudo /etc/init.d/cloudserver restart". 10> browser http://your-server-ip:3099 , done 11> server logs are in "/var/log", because permissions of daemons are limited, log4j can not write log into "."