1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2025-01-18 10:03:33 +03:00
2018-09-14 04:35:11 +02:00
2018-09-14 04:35:11 +02:00
2018-08-30 05:24:26 +02:00
2018-09-06 08:49:41 +02:00
2018-08-30 06:01:26 +02:00
2018-09-14 04:34:45 +02:00
2018-09-12 09:41:21 +02:00
2018-09-14 03:11:46 +02:00
2018-09-12 09:41:21 +02:00
2018-08-30 06:01:26 +02:00
2018-08-30 06:01:26 +02:00

Uds

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!! :).

This project was generated with Angular CLI version 6.2.1.

Development server

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.

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.

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.

Description
No description provided
Readme 854 KiB
Languages
TypeScript 45.5%
JavaScript 17.3%
HTML 15.8%
SCSS 14.2%
Python 5.6%
Other 1.6%