Actions
Task #1020
closedFrontend - install development environment on Windows
Start date:
03/08/2018
Due date:
% Done:
100%
Estimated time:
Owner:
Description
It is very hard to install product with modules on Windows. Problem is in creation of symlinks witch needs the admin rights.
Updated by Vít Švanda almost 7 years ago
- Target version set to Hematite (8.0.0)
- % Done changed from 0 to 90
I had to completely reimplement installation of frontend modules.
For install product modules you need to execute only two commands:
`npm install`
'gulp install'
That is all.
This will works on the Windows too. I had to modified gulp.file for linux, because the Vinyl exclude does not works no the Linux. Retest on the Windows is required.
Updated by Vít Švanda almost 7 years ago
- Status changed from New to Needs feedback
- Assignee changed from Vít Švanda to Ondřej Kopr
Updated by Ondřej Kopr almost 7 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Ondřej Kopr to Vít Švanda
- % Done changed from 90 to 100
I checked your new feature on clean installation windows server 2016 and it is works awesome, only two commands for prepare FE! Information about my problem with git I added into README.md thank you for help.
Actions