Installation Windows
Last updated
Was this helpful?
Last updated
Was this helpful?
Have WLS installed and enabled with Ubuntu 20.04 installed, see .
In Windows create the following folder structure, where it's suitable for you on the C: drive Documents\workspace\microting, in this example we asume it's located like this: C:\Users\yourname\Documents\workspace\microting In order for you to be able to do git clones in Ubuntu onto your C: drive, we have to change the mounting of the C: drive. Open the Ubuntu window and execute, see :
When that is done, we can symbolic link the directory structure, to ensure our Linux scripts work as expected in WSL, so execute the following:
Now we have the following structure in our home directory of the linux user: /home/ubuntu/Documents From now on all sh scripts can be executed inside the Ubuntu terminal and you can follow the guide for . If you are using Node installed in Windows, you need to follow the guide below, since Node for Windows is not able to run inside Ubuntu as well.
Follow the guide to Download and Install Eform-Angular-Frontend project on
Open eFormAPI.sln in your preferred IDE
Open eform-angular-frontend -> eform-client in your preferred Typescript IDE.
Copy this in plugins.routing.ts
{ path: 'outer-inner-resource-pn', loadChildren: () => import('./modules/outer-inner-resource-pn/outer-inner-resource-pn.module').then(m => m.OuterInnerResourcePnModule), canActivate: [AuthGuard] }
OBS! Remember to run eFormAPI.sln before running the command npm start on eform-client!
Go to advanced -> plugins and edit Machine Area Plugin and toggle on "Enabled"
Refresh page.
Enjoy!
After running command go to localhost