Installation Ubuntu/OSX/Windows (WSL)

The guide will work on Ubuntu, OSX and Windows 10 with WSL enabled.

Step 1:

Follow guide to Download and Install Eform-Angular-Frontend project on "Installation Ubuntu"

Step 2:

cd ~/Documents/workspace/microting

git clone https://github.com/microting/eform-angular-machinearea-plugin.git

Step 3:

The command will install the current state of the plugin into the main angular project.

cd eform-angular-machinearea-plugin
./devinstall.sh

Step 4:

The command will insert the plugin into the plugins.routing.ts file

cd ~/Documents/workspace/microting
cd eform-angular-frontend/eform-client
../../eform-angular-machinearea-plugin/testinginstall.sh

Step 5:

In Rider/Visual Studio open the eFormApi project.

Step 7:

Add the plugin project to the current solution.

OBS! After adding existing project. Remember to Clean/REBUILD!

Step 8:

OBS! Remember to run eFormAPI.sln before running the command npm start on eform-client!

cd ~/Documents/workspace/microting/eform-angular-frontend/eform-client
npm start

Step 9:

Go to Advanced -> plugins and edit Machineera and activate plugin

Refresh page.

Enjoy!

Installing a plugin.

Last updated

Was this helpful?