optimizer-iris v0.0.1
Optimizer Iris Project
Setup Instructions
To download and run this project you will need 1. Git 2. NodeJs 23 3. Yarn
To clone (how to use ssh)
cd to/your/desired/folder
# for ssh auth
git clone git@github.com:Qontigo/Optimizer-Iris.git
# for https auth
git clone https://github.com/Qontigo/Optimizer-Iris.git
# after cloning
cd Optimizer-Iris
yarn
yarn start
To use the application, navigate to:
http://localhost:4200/
initial set up
https://myaccess.microsoft.com/@simcorpcloud.onmicrosoft.com#/access-packages https://myaccess.microsoft.com/@simcorpcloud.onmicrosoft.com
SimComponent Stakeholder SimComponent Engineer (optional)
https://helpcenter.jira.simcorp.com/servicedesk/customer/portal/1/article/127696937
doc https://icy-moss-0fb990703.5.azurestaticapps.net/next/?path=/docs/getting-started--docs
https://myaccess.microsoft.com/@simcorpcloud.onmicrosoft.com#/request-approval/pending
https://simcorp.sharepoint.com/sites/SaaSInnovation/SitePages/-Innovation-Updates-Template-(2).aspx
install dev tools
for node-gyp issue https://github.com/nodejs/node-gyp?tab=readme-ov-file#on-windows install choco Open cmd administrative shell, run
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
Install Visual Studio 2022 Community and Desktop development with C++
how to run
start APO ws.bat manually; 1. without electron: yarn start:dev 2. with electron: yarn start:electron
how to build
yarn make; check out
folder for exe to run (extremely slow; need to investigate)
misc
refresh icon cache:
ie4uinit.exe -show
5 months ago