1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-10-26 08:55:23 +03:00
openuds-gui/README.md

19 lines
1003 B
Markdown
Raw Normal View History

# Uds
2018-09-14 04:10:21 +03:00
This project is related to the web interface of OpenUDS from version 3.0 onwards. This is not usable on previous versions of UDS, so don't try to use it!! :).
2018-09-14 04:10:21 +03:00
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.2.1.
2018-09-14 04:10:21 +03:00
## Development server
2018-09-14 04:10:21 +03:00
Edit the "proxy.conf.json" file and adapt it to your needings.
Currently, you will need to use a running UDS server backend in order to run the development environment.
2018-09-14 04:10:21 +03:00
Run `yarn start` for a dev server. Navigate to `http://[YOUR_IP]:9000/`. The app will automatically reload if you change any of the source files.
2018-09-14 04:10:21 +03:00
## Importing into OpenUDS
2018-09-14 04:10:21 +03:00
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.