Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.94 KB | None | 0 0
  1. ng of ports 80 and 443
  2. - Other: you can check certificate status and renewals by running this command v
  3. ia cmd,
  4. for e.g: c:\nginx\winacme\letsencrypt.exe
  5. - For more info on WIN-ACME, check out their wiki: https://github.com/PKISharp/w
  6. in-acme/wiki
  7.  
  8. Press any key to continue . . .
  9.  
  10.  
  11. # Do you want to Install or Uninstall? [i= install, u= uninstall]
  12. i
  13.  
  14. ###################################
  15. INSTALL LOCATION
  16. ###################################
  17.  
  18. # Where do you want to install Nginx?
  19. - Press enter to use default and recommended directory: c:\nginx
  20. c:\nginx
  21.  
  22. #################################
  23. SITE TEMPLATE TYPE: HTTP or HTTPS
  24. #################################
  25.  
  26. # Do you want to create a SSL enabled site? This option will generate LE SSL cer
  27. ts [y/n]
  28. n
  29.  
  30. #############################
  31. Downloading Requirements
  32. ############################
  33.  
  34. 1. Downloading Nginx 1.14.0
  35. Done!
  36. 2. Downloading PHP 7.2.9
  37. Done!
  38. 3. Downloading NSSM 2.24-101
  39. C:\Users\Sean\Desktop\OrganizrInstaller-master\windows\o2wi\dl_config\3_nssmdl.v
  40. bs(4, 1) msxml3.dll: An error occurred in the secure channel support
  41.  
  42.  
  43. Done!
  44. 4. Downloading Visual C++ Redistributable for Visual Studio 2017
  45. Done!
  46.  
  47. Download Completed...
  48.  
  49. #############################
  50. Unzipping Files
  51. #############################
  52.  
  53. 1. Unziping Nginx
  54. Add-Type : Cannot add type. The assembly 'System.IO.Compression.FileSystem' cou
  55. ld not be found.
  56. At line:1 char:13
  57. + & { Add-Type <<<< -A 'System.IO.Compression.FileSystem'; [IO.Compression.Zip
  58. File]::ExtractToDirectory('nginx.zip', '.'); }
  59. + CategoryInfo : ObjectNotFound: (System.IO.Compression.FileSyste
  60. m:String) [Add-Type], Exception
  61. + FullyQualifiedErrorId : ASSEMBLY_NOT_FOUND,Microsoft.PowerShell.Commands
  62. .AddTypeCommand
  63.  
  64. Add-Type : Cannot add type. One or more required assemblies are missing.
  65. At line:1 char:13
  66. + & { Add-Type <<<< -A 'System.IO.Compression.FileSystem'; [IO.Compression.Zip
  67. File]::ExtractToDirectory('nginx.zip', '.'); }
  68. + CategoryInfo : InvalidData: (:) [Add-Type], InvalidOperationExc
  69. eption
  70. + FullyQualifiedErrorId : ASSEMBLY_LOAD_ERRORS,Microsoft.PowerShell.Comman
  71. ds.AddTypeCommand
  72.  
  73. Unable to find type [IO.Compression.ZipFile]: make sure that the assembly conta
  74. ining this type is loaded.
  75. At line:1 char:77
  76. + & { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]
  77. <<<< ::ExtractToDirectory('nginx.zip', '.'); }
  78. + CategoryInfo : InvalidOperation: (IO.Compression.ZipFile:String
  79. ) [], RuntimeException
  80. + FullyQualifiedErrorId : TypeNotFound
  81.  
  82. Done!
  83. 2. Unziping PHP
  84. Add-Type : Cannot add type. The assembly 'System.IO.Compression.Filesystem' cou
  85. ld not be found.
  86. At line:1 char:10
  87. + (Add-Type <<<< -AssemblyName System.IO.Compression.Filesystem)
  88. + CategoryInfo : ObjectNotFound: (System.IO.Compression.Filesyste
  89. m:String) [Add-Type], Exception
  90. + FullyQualifiedErrorId : ASSEMBLY_NOT_FOUND,Microsoft.PowerShell.Commands
  91. .AddTypeCommand
  92.  
  93. Add-Type : Cannot add type. One or more required assemblies are missing.
  94. At line:1 char:10
  95. + (Add-Type <<<< -AssemblyName System.IO.Compression.Filesystem)
  96. + CategoryInfo : InvalidData: (:) [Add-Type], InvalidOperationExc
  97. eption
  98. + FullyQualifiedErrorId : ASSEMBLY_LOAD_ERRORS,Microsoft.PowerShell.Comman
  99. ds.AddTypeCommand
  100.  
  101. Add-Type : Cannot add type. The assembly 'System.IO.Compression.FileSystem' cou
  102. ld not be found.
  103. At line:1 char:13
  104. + & { Add-Type <<<< -A 'System.IO.Compression.FileSystem'; [IO.Compression.Zip
  105. File]::ExtractToDirectory('php.zip', 'php'); }
  106. + CategoryInfo : ObjectNotFound: (System.IO.Compression.FileSyste
  107. m:String) [Add-Type], Exception
  108. + FullyQualifiedErrorId : ASSEMBLY_NOT_FOUND,Microsoft.PowerShell.Commands
  109. .AddTypeCommand
  110.  
  111. Add-Type : Cannot add type. One or more required assemblies are missing.
  112. At line:1 char:13
  113. + & { Add-Type <<<< -A 'System.IO.Compression.FileSystem'; [IO.Compression.Zip
  114. File]::ExtractToDirectory('php.zip', 'php'); }
  115. + CategoryInfo : InvalidData: (:) [Add-Type], InvalidOperationExc
  116. eption
  117. + FullyQualifiedErrorId : ASSEMBLY_LOAD_ERRORS,Microsoft.PowerShell.Comman
  118. ds.AddTypeCommand
  119.  
  120. Unable to find type [IO.Compression.ZipFile]: make sure that the assembly conta
  121. ining this type is loaded.
  122. At line:1 char:77
  123. + & { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]
  124. <<<< ::ExtractToDirectory('php.zip', 'php'); }
  125. + CategoryInfo : InvalidOperation: (IO.Compression.ZipFile:String
  126. ) [], RuntimeException
  127. + FullyQualifiedErrorId : TypeNotFound
  128.  
  129. Done!
  130. 3. Unziping NSM
  131. Add-Type : Cannot add type. The assembly 'System.IO.Compression.FileSystem' cou
  132. ld not be found.
  133. At line:1 char:13
  134. + & { Add-Type <<<< -A 'System.IO.Compression.FileSystem'; [IO.Compression.Zip
  135. File]::ExtractToDirectory('nssm.zip', '.'); }
  136. + CategoryInfo : ObjectNotFound: (System.IO.Compression.FileSyste
  137. m:String) [Add-Type], Exception
  138. + FullyQualifiedErrorId : ASSEMBLY_NOT_FOUND,Microsoft.PowerShell.Commands
  139. .AddTypeCommand
  140.  
  141. Add-Type : Cannot add type. One or more required assemblies are missing.
  142. At line:1 char:13
  143. + & { Add-Type <<<< -A 'System.IO.Compression.FileSystem'; [IO.Compression.Zip
  144. File]::ExtractToDirectory('nssm.zip', '.'); }
  145. + CategoryInfo : InvalidData: (:) [Add-Type], InvalidOperationExc
  146. eption
  147. + FullyQualifiedErrorId : ASSEMBLY_LOAD_ERRORS,Microsoft.PowerShell.Comman
  148. ds.AddTypeCommand
  149.  
  150. Unable to find type [IO.Compression.ZipFile]: make sure that the assembly conta
  151. ining this type is loaded.
  152. At line:1 char:77
  153. + & { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]
  154. <<<< ::ExtractToDirectory('nssm.zip', '.'); }
  155. + CategoryInfo : InvalidOperation: (IO.Compression.ZipFile:String
  156. ) [], RuntimeException
  157. + FullyQualifiedErrorId : TypeNotFound
  158.  
  159. Done!
  160.  
  161. ####################################
  162. Moving Nginx to destination
  163. ####################################
  164.  
  165.  
  166. 2019/01/23 16:10:42 ERROR 2 (0x00000002) Accessing Source Directory C:\Users\Sea
  167. n\Desktop\OrganizrInstaller-master\windows\o2wi\nginx\
  168. The system cannot find the file specified.
  169.  
  170. ####################################
  171. Moving PHP to destination
  172. ####################################
  173.  
  174.  
  175. 2019/01/23 16:10:42 ERROR 2 (0x00000002) Accessing Source Directory C:\Users\Sea
  176. n\Desktop\OrganizrInstaller-master\windows\o2wi\php\
  177. The system cannot find the file specified.
  178.  
  179. ####################################
  180. Moving NSSM to destination
  181. ####################################
  182.  
  183.  
  184. 2019/01/23 16:10:42 ERROR 3 (0x00000003) Accessing Source Directory C:\Users\Sea
  185. n\Desktop\OrganizrInstaller-master\windows\o2wi\nssm\win64\
  186. The system cannot find the path specified.
  187.  
  188. ####################################
  189. Creating Nginx service
  190. ####################################
  191.  
  192. In order to save and reload Nginx configuration, you need to run the NGINX servi
  193. ce as the administrator
  194.  
  195. Username: Sean
  196. Enter Password:
  197.  
  198. 'NSSM' is not recognized as an internal or external command,
  199. operable program or batch file.
  200. 'NSSM' is not recognized as an internal or external command,
  201. operable program or batch file.
  202. 'NSSM' is not recognized as an internal or external command,
  203. operable program or batch file.
  204. 'NSSM' is not recognized as an internal or external command,
  205. operable program or batch file.
  206.  
  207. Installing Visual C++ Redistributable for Visual Studio 2017 [PHP 7+ req]
  208.  
  209. ####################################
  210. Creating PHP service
  211. ####################################
  212.  
  213. 'NSSM' is not recognized as an internal or external command,
  214. operable program or batch file.
  215. 'NSSM' is not recognized as an internal or external command,
  216. operable program or batch file.
  217. 'NSSM' is not recognized as an internal or external command,
  218. operable program or batch file.
  219.  
  220. Setting PHP system variables
  221.  
  222. SUCCESS: Specified value was saved.
  223.  
  224. SUCCESS: Specified value was saved.
  225.  
  226. 'NSSM' is not recognized as an internal or external command,
  227. operable program or batch file.
  228. 'NSSM' is not recognized as an internal or external command,
  229. operable program or batch file.
  230.  
  231. ####################################
  232. Downloading Organizr v2 BETA
  233. ####################################
  234.  
  235. C:\Users\Sean\Desktop\OrganizrInstaller-master\windows\o2wi\dl_config\5_orgdl.vb
  236. s(4, 1) msxml3.dll: An error occurred in the secure channel support
  237.  
  238.  
  239. Add-Type : Cannot add type. The assembly 'System.IO.Compression.FileSystem' cou
  240. ld not be found.
  241. At line:1 char:13
  242. + & { Add-Type <<<< -A 'System.IO.Compression.FileSystem'; [IO.Compression.Zip
  243. File]::ExtractToDirectory('Organizr-2-develop.zip', '.'); }
  244. + CategoryInfo : ObjectNotFound: (System.IO.Compression.FileSyste
  245. m:String) [Add-Type], Exception
  246. + FullyQualifiedErrorId : ASSEMBLY_NOT_FOUND,Microsoft.PowerShell.Commands
  247. .AddTypeCommand
  248.  
  249. Add-Type : Cannot add type. One or more required assemblies are missing.
  250. At line:1 char:13
  251. + & { Add-Type <<<< -A 'System.IO.Compression.FileSystem'; [IO.Compression.Zip
  252. File]::ExtractToDirectory('Organizr-2-develop.zip', '.'); }
  253. + CategoryInfo : InvalidData: (:) [Add-Type], InvalidOperationExc
  254. eption
  255. + FullyQualifiedErrorId : ASSEMBLY_LOAD_ERRORS,Microsoft.PowerShell.Comman
  256. ds.AddTypeCommand
  257.  
  258. Unable to find type [IO.Compression.ZipFile]: make sure that the assembly conta
  259. ining this type is loaded.
  260. At line:1 char:77
  261. + & { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]
  262. <<<< ::ExtractToDirectory('Organizr-2-develop.zip', '.'); }
  263. + CategoryInfo : InvalidOperation: (IO.Compression.ZipFile:String
  264. ) [], RuntimeException
  265. + FullyQualifiedErrorId : TypeNotFound
  266.  
  267. Could Not Find C:\Users\Sean\Desktop\OrganizrInstaller-master\windows\o2wi\Organ
  268. izr-2-develop.zip
  269.  
  270. 2019/01/23 16:11:47 ERROR 2 (0x00000002) Accessing Source Directory C:\Users\Sea
  271. n\Desktop\OrganizrInstaller-master\windows\o2wi\organizr\
  272. The system cannot find the file specified.
  273.  
  274. ####################################
  275. Updating Nginx and PHP config
  276. ####################################
  277.  
  278. The system cannot find the path specified.
  279. 0 file(s) copied.
  280. The system cannot find the path specified.
  281. 0 file(s) copied.
  282. The system cannot find the path specified.
  283. 0 file(s) copied.
  284. 'nginx' is not recognized as an internal or external command,
  285. operable program or batch file.
  286. 'NSSM' is not recognized as an internal or external command,
  287. operable program or batch file.
  288. 'NSSM' is not recognized as an internal or external command,
  289. operable program or batch file.
  290.  
  291.  
  292. Waiting for 0 seconds, press CTRL+C to quit ...
  293. Nginx status : 'NSSM' is not recognized as an internal or external command,
  294. operable program or batch file.
  295. PHP status : 'NSSM' is not recognized as an internal or external command,
  296. operable program or batch file.
  297.  
  298. ########## Installation Completed ##########
  299.  
  300. To open Organizr v2 [http://localhost] Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement