Skip to content

Commit

Permalink
updating the ui and adding env.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dianamariand92 committed May 2, 2022
1 parent 0e6f50a commit a14149a
Show file tree
Hide file tree
Showing 81 changed files with 2,273 additions and 2,563 deletions.
11 changes: 3 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
.DS_Store
/vue_app/node_modules
/vue_app/dist
/node_server/node_modules
/vue_app/package-lock.json
/node_server/package-lock.json

/vue_app/tests/e2e/reports/
selenium-debug.log
/node_modules
/dist
/package-lock.json

# local env files
.env.local
Expand Down
24 changes: 0 additions & 24 deletions Dockerfile

This file was deleted.

27 changes: 19 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# OSCAR-UI - A UI for the OSCAR framework
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
# oscar-ui

## Introduction
OSCAR-UI is a Vue.js-based user interface for the [OSCAR](https://github.com/grycap/oscar) framework. It is intended to be run inside a Kubernetes cluster in order to provide a unified web-based graphical user interface to interact with the [OSCAR Manager](https://o-scar.readthedocs.io/en/latest/intro.html#architecture) and the underlying data-storage back-end (e.g. Minio).
User interface for [OSCAR](https://github.com/grycap/oscar).

Note: In the src/env.js path there are variables that the web needs to connect with the api, and with the EGI Check-in client. Also to change the values of the MINIO client, go to src/components/services.js

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

## Licensing

OSCAR-UI is licensed under the Apache License, Version 2.0. See
[LICENSE](https://github.com/grycap/scar/blob/master/LICENSE) for the full
license text.
File renamed without changes.
66 changes: 0 additions & 66 deletions entrypoint.sh

This file was deleted.

File renamed without changes.
53 changes: 0 additions & 53 deletions node_server/app.js

This file was deleted.

99 changes: 0 additions & 99 deletions node_server/bin/www

This file was deleted.

28 changes: 0 additions & 28 deletions node_server/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions node_server/public/stylesheets/style.css

This file was deleted.

Loading

0 comments on commit a14149a

Please sign in to comment.