cancel
Showing results for 
Search instead for 
Did you mean: 

Installation Issue Alfresco 6.1

akash251998
Star Contributor
Star Contributor

@angelborroy  Dear sir i am using your github link:https://github.com/Alfresco/alfresco-docker-installer for installing the alfresco 6.1.

Steps I have invloved:

1- Installed --> node.js   -->version=v12.3.1

2-Installed --> npm install -g yo -->version=3.1.1

3-Installed --> docker -->version --->19.03.8, build afacb8b

4-Installed-->docker-compose --> version 1.25.5, build 8a1c60f6

5-After that i run the command -->npm install --global generator-alfresco-docker-installer

I got result on terminal

C:\Users\admin>npm install --global generator-alfresco-docker-installer
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
+ generator-alfresco-docker-installer@0.1.9
updated 1 package in 28.035s

6-After that i created  a  folder docker-compose

And i go to the location docker-compose and run the command--> yo alfresco-docker-installer

Output on terminal:

C:\Users\admin\docker-compose>yo alfresco-docker-installer
C:\Users\admin\AppData\Roaming\npm\node_modules\yo\node_modules\execa\index.js:347
throw err;
^

Error: Command failed: powershell (Get-CimInstance -ClassName Win32_OperatingSystem).caption
'powershell' is not recognized as an internal or external command,
operable program or batch file.


at makeError (C:\Users\admin\AppData\Roaming\npm\node_modules\yo\node_modules\execa\index.js:174:9)
at Function.module.exports.sync (C:\Users\admin\AppData\Roaming\npm\node_modules\yo\node_modules\execa\index.js:338:15)
at windowsRelease (C:\Users\admin\AppData\Roaming\npm\node_modules\yo\node_modules\windows-release\index.js:39:19)
at osName (C:\Users\admin\AppData\Roaming\npm\node_modules\yo\node_modules\os-name\index.js:39:18)
at new Insight (C:\Users\admin\AppData\Roaming\npm\node_modules\yo\node_modules\insight\lib\index.js:37:13)
at Object.<anonymous> (C:\Users\admin\AppData\Roaming\npm\node_modules\yo\lib\cli.js:54:17)
at Module._compile (internal/modules/cjs/loader.js:774:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:785:10)
at Module.load (internal/modules/cjs/loader.js:641:32)
at Function.Module._load (internal/modules/cjs/loader.js:556:12) {
code: 1,
stdout: '',
stderr: "'powershell' is not recognized as an internal or " +
'external command,\r' +
'\noperable program or batch file.\r' +
'\n',
failed: true,
signal: null,
cmd: 'powershell (Get-CimInstance -ClassName Win32_OperatingSystem).caption',
timedOut: false
}

Where i am doing the mistake please let me know i am trying to install 6.1 i reffered your Youtube video also please help me.

Regards

Aakash

10 REPLIES 10

Thanks it works .