1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2025-02-06 17:57:20 +03:00

updating readme

This commit is contained in:
Adolfo Gómez García 2018-09-14 03:11:46 +02:00
parent 2a8671ab24
commit 58e8c12b74

View File

@ -4,7 +4,6 @@ This project is related to the web interface of OpenUDS from version 3.0 onwards
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.2.1.
## Development server
Edit the "proxy.conf.json" file and adapt it to your needings.
@ -14,5 +13,8 @@ Run `yarn start` for a dev server. Navigate to `http://[YOUR_IP]:9000/`. The app
## Importing into OpenUDS
For importing into UDS, you will need to have python3 available before proceding.
Run `yarn build`. After building is finished, copy the `dist/uds` folder to your uds folder.
Note: the `dist/uds` folder will contain two folders, that will be copied over the existing ones on the `uds` folder of OpenUDS. Do not delete the destination folder, just overwrite existing files, because the build process only build PART of the content on those folders.