Advertisement
Guest User

Organizr v2 OWI install

a guest
Mar 8th, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.28 KB | None | 0 0
  1. ___ ___
  2. / /\ / /\ ___
  3. / /::\ / /:/_ /__/\
  4. / /:/\:\ / /:/ /\ \__\:\
  5. / /:/ \:\ / /:/ /:/_ / /::\
  6. /__/:/ \__\:\ /__/:/ /:/ /\ __/ /:/\/
  7. \ \:\ / /:/ \ \:\/:/ /:/ /__/\/:/
  8. \ \:\ /:/ \ \::/ /:/ \ \::/
  9. \ \:\/:/ \ \:\/:/ \ \:\
  10. \ \::/ \ \::/ \__\/
  11. \__\/ \__\/ ~~ v1.6.1
  12.  
  13. Organizr v2 installer w/ WIN-ACME support (LE CERTS GEN)
  14.  
  15. ## Note for SSL site setup:
  16. - Certificate Type: Single certifcate only! Wildcard certificates aren't supported by WIN-ACME at the moment.
  17. - Validation: Supports HTTP Validation (http-01) only! so requires port forwarding of ports 80 and 443
  18. - Other: you can check certificate status and renewals by running this command via cmd,
  19. for e.g: c:\nginx\winacme\letsencrypt.exe
  20. - For more info on WIN-ACME, check out their wiki: https://github.com/PKISharp/win-acme/wiki
  21.  
  22. Press any key to continue . . .
  23.  
  24.  
  25. # Do you want to Install or Uninstall? [i= install, u= uninstall]
  26. i
  27.  
  28. ###################################
  29. INSTALL LOCATION
  30. ###################################
  31.  
  32. # Where do you want to install Nginx?
  33. - Press enter to use default and recommended directory: c:\nginx
  34. c:\nginx
  35.  
  36. #################################
  37. SITE TEMPLATE TYPE: HTTP or HTTPS
  38. #################################
  39.  
  40. # Do you want to create a SSL enabled site? This option will generate LE SSL certs [y/n]
  41. y
  42.  
  43.  
  44. # Enter your domain name
  45. **********.asuscomm.com
  46.  
  47. # Enter an email address for Let's Encrypt renewal and fail notices
  48. **********@gmail.com
  49.  
  50. #############################
  51. Downloading Requirements
  52. ############################
  53.  
  54. 1. Downloading Nginx 1.15.8
  55. Done!
  56. 2. Downloading PHP 7.3.0
  57. Done!
  58. 3. Downloading NSSM 2.24-101
  59. Done!
  60. 4. Downloading Visual C++ Redistributable for Visual Studio 2017
  61. Done!
  62. 5. Downloading WIN-ACME 1.9.12.1
  63. Done!
  64.  
  65. Download Completed...
  66.  
  67. #############################
  68. Unzipping Files
  69. #############################
  70.  
  71. 1. Unziping Nginx
  72. Done!
  73. 2. Unziping PHP
  74. Done!
  75. 3. Unziping NSM
  76. Done!
  77. 4. Unziping Win-acme
  78. Done!
  79.  
  80. ####################################
  81. Moving Nginx to destination
  82. ####################################
  83.  
  84.  
  85.  
  86. ------------------------------------------------------------------------------
  87.  
  88. Total Copied Skipped Mismatch FAILED Extras
  89. Dirs : 13 13 0 0 0 0
  90. Files : 28 28 0 0 0 0
  91. Bytes : 3.86 m 3.86 m 0 0 0 0
  92. Times : 0:00:00 0:00:00 0:00:00 0:00:00
  93.  
  94.  
  95. Speed : 119342941 Bytes/sec.
  96. Speed : 6828.857 MegaBytes/min.
  97. Ended : Friday, March 8, 2019 5:34:49 PM
  98.  
  99.  
  100. ####################################
  101. Moving PHP to destination
  102. ####################################
  103.  
  104.  
  105.  
  106. ------------------------------------------------------------------------------
  107.  
  108. Total Copied Skipped Mismatch FAILED Extras
  109. Dirs : 8 8 0 0 0 0
  110. Files : 86 86 0 0 0 0
  111. Bytes : 63.90 m 63.90 m 0 0 0 0
  112. Times : 0:00:00 0:00:00 0:00:00 0:00:00
  113.  
  114.  
  115. Speed : 398873113 Bytes/sec.
  116. Speed : 22823.702 MegaBytes/min.
  117. Ended : Friday, March 8, 2019 5:34:49 PM
  118.  
  119.  
  120. ####################################
  121. Moving NSSM to destination
  122. ####################################
  123.  
  124.  
  125.  
  126. ------------------------------------------------------------------------------
  127.  
  128. Total Copied Skipped Mismatch FAILED Extras
  129. Dirs : 1 0 1 0 0 197
  130. Files : 1 0 1 0 0 4337
  131. Bytes : 360.0 k 0 360.0 k 0 0 1.864 g
  132. Times : 0:00:00 0:00:00 0:00:00 0:00:00
  133. Ended : Friday, March 8, 2019 5:34:49 PM
  134.  
  135.  
  136. ####################################
  137. Moving WIN-ACME to destination
  138. ####################################
  139.  
  140.  
  141.  
  142. ------------------------------------------------------------------------------
  143.  
  144. Total Copied Skipped Mismatch FAILED Extras
  145. Dirs : 2 2 0 0 0 0
  146. Files : 11 11 0 0 0 0
  147. Bytes : 4.79 m 4.79 m 0 0 0 0
  148. Times : 0:00:00 0:00:00 0:00:00 0:00:00
  149.  
  150.  
  151. Speed : 228434954 Bytes/sec.
  152. Speed : 13071.152 MegaBytes/min.
  153. Ended : Friday, March 8, 2019 5:34:49 PM
  154.  
  155.  
  156. ####################################
  157. Creating Nginx service
  158. ####################################
  159.  
  160. In order to save and reload Nginx configuration, you need to run the NGINX service as the administrator
  161.  
  162. Username: MediaServer
  163. Enter Password: ********
  164.  
  165. Service "NGINX" installed successfully!
  166. Set parameter "ObjectName" for service "NGINX".
  167. NGINX: Unexpected status SERVICE_START_PENDING in response to START control.
  168. NGINX: STOP: The operation completed successfully.
  169. NGINX: START: The operation completed successfully.
  170.  
  171. Installing Visual C++ Redistributable for Visual Studio 2017 [PHP 7+ req]
  172.  
  173. ####################################
  174. Creating PHP service
  175. ####################################
  176.  
  177. Service "PHP" installed successfully!
  178. Set parameter "AppParameters" for service "PHP".
  179. Set parameter "ObjectName" for service "PHP".
  180.  
  181. Setting PHP system variables
  182.  
  183. SUCCESS: Specified value was saved.
  184.  
  185. SUCCESS: Specified value was saved.
  186.  
  187. PHP: START: The operation completed successfully.
  188. PHP: STOP: The operation completed successfully.
  189. PHP: START: The operation completed successfully.
  190.  
  191. ####################################
  192. Downloading Organizr v2
  193. ####################################
  194.  
  195. Deleted file - C:\Users\MediaServer\Desktop\OrganizrInstaller-master\windows\owi\Organizr-2-master.zip
  196.  
  197.  
  198. ------------------------------------------------------------------------------
  199.  
  200. Total Copied Skipped Mismatch FAILED Extras
  201. Dirs : 859 859 0 0 0 0
  202. Files : 4116 4116 0 0 0 0
  203. Bytes : 59.64 m 59.64 m 0 0 0 0
  204. Times : 0:00:06 0:00:05 0:00:00 0:00:00
  205.  
  206.  
  207. Speed : 11089442 Bytes/sec.
  208. Speed : 634.542 MegaBytes/min.
  209. Ended : Friday, March 8, 2019 5:36:24 PM
  210.  
  211.  
  212. ####################################
  213. Updating Nginx and PHP config
  214. ####################################
  215.  
  216. 1 file(s) copied.
  217. 1 file(s) copied.
  218. 1 file(s) copied.
  219. PHP: STOP: The operation completed successfully.
  220. PHP: START: The operation completed successfully.
  221. NGINX: STOP: The operation completed successfully.
  222. NGINX: Unexpected status SERVICE_START_PENDING in response to START control.
  223.  
  224.  
  225. Waiting for 0 seconds, press CTRL+C to quit ...
  226. Nginx status : SERVICE_RUNNING
  227. PHP status : SERVICE_RUNNING
  228.  
  229.  
  230. #########################################
  231. CREATE WINDOWS FIREWALL RULE
  232. #########################################
  233.  
  234. ADDING RULE FOR PORT 80
  235. Ok.
  236.  
  237. ADDING RULE FOR PORT 443
  238. Ok.
  239.  
  240.  
  241. #########################################
  242. WIN-ACME: Genertating LE SSL Certificates
  243. #########################################
  244.  
  245.  
  246. [INFO] A Simple ACME Client for Windows (WACS)
  247. [INFO] Software version 1912.1.6872.39942 (RELEASE)
  248. [INFO] IIS not detected
  249. [INFO] ACME server https://acme-v01.api.letsencrypt.org/
  250. [INFO] Please report issues at https://github.com/PKISharp/win-acme
  251.  
  252. [INFO] Running in Unattended mode
  253. [INFO] Plugin Manual generated target [Manual] [1 binding - ***********.asuscomm.com]
  254. [INFO] Authorize identifier: **********.asuscomm.com
  255. [INFO] Cached authorization result: valid
  256. [WARN] Using cached certificate for **********.asuscomm.com 2019/3/8 17:36:36 PM. To force issue of a new certificate within 24 hours, delete the .pfx file from the CertificatePath or run with the --forcerenewal switch. Be ware that you might run into rate limits doing so.
  257. [WARN] Certificate with thumbprint A705F60DEEAFFE14D1594D6F58FF6833AF523989 is already in the store
  258. [INFO] Renewal for *********.asuscomm.com succeeded
  259. [INFO] Next renewal scheduled at 2019/5/2 22:36:36 PM
  260.  
  261. nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in c:\nginx/conf/nginx.conf:29
  262. PHP: STOP: The operation completed successfully.
  263. PHP: START: The operation completed successfully.
  264. NGINX: STOP: The operation completed successfully.
  265. NGINX: START: The operation completed successfully.
  266.  
  267.  
  268. Waiting for 0 seconds, press CTRL+C to quit ...
  269. Nginx status : SERVICE_RUNNING
  270. PHP status : SERVICE_RUNNING
  271.  
  272. ########## Installation Completed ##########
  273.  
  274. To open Organizr v2 [https://**********.asuscomm.com] Press any key to continue . . .
  275.  
  276. ############################
  277. Cleaning up downloaded Files
  278. ############################
  279.  
  280. nginx.zip DELETED
  281. php.zip DELETED
  282. nssm.zip DELETED
  283. vc_redist.exe DELETED
  284. nssm directory DELETED
  285. winacme.zip DELETED
  286.  
  287. Done!
  288.  
  289. Exit: Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement