NapicuOS
NapicuOS








Clone the repository
git clone https://github.com/Numax-cz/NapicuOS.gitInstall packages
npm installConfigure the server
Server/src/main/resources/application-dev.yml Set the API key for OpenWeatherRun server
npm run server-devStart Script to initialize OpenAPI
npm run build-openapi-devYou can find all the scripts settings in Package.json
See the
Server/src/main/resourcesfolder more about Spring profiles, see Docs.spring.io
Start application for development
npm run devDevelopment starts to speed up boot time (cannot get into BIOS)
Start application to deploy
npm run startNormal Start of Application
- Profiles Starting NAPICUBIOS can be found
src/app/bios/config/bootloader.prod.tsandsrc/app/Bios/Config/bootloader.ts- Starting NAPICUOS Profiles Find
src/app/system/Systems/NapicuOS/config/run.prod.tsandsrc/app/system/Systems/NapicuOS/config/run.ts- For more about Angular profiles, see Configuring Application Environments
An application build
npm run buildApplication with automatically build in configuration for deployment
Running Server for Development
npm run server-devBy default, the application starts on the
8080port
npm run newapp < nazev_systemu > < nazev_aplikace >