Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
## Usage
### Prerequisites
- Have a recent version of [Node.js](https://nodejs.org/) installed
- Make sure you have access to a running backend, by either:
- Deploying the [Noracle bundle](https://distributed-noracle.github.io/)
- Setting up an [own network](https://github.com/Distributed-Noracle/Distributed-Noracle-Backend)
- Using our [development node](http://steen.informatik.rwth-aachen.de:9082)
- Make sure you have access to a running [network](https://github.com/Distributed-Noracle/Distributed-Noracle-Backend)

### Setup
1. Get the repository and navitage to the root folder
1. Run `npm install`
1. (Optional) If you want to use our remote development backend instead a self-hosted local one, change the hostURL in `./scr/environments/environments.ts` to this: `hostUrls: ['http://steen.informatik.rwth-aachen.de:9082']`
1. `npm run start`

Noracle is now reachable at http://localhost:4200
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"src/.htaccess"
],
"styles": [
"src/styles.css"
"src/styles.css",
"./node_modules/@splidejs/splide/dist/css/themes/splide-default.min.css"
],
"scripts": []
},
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/noracle-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
spec:
containers:
- name: noracle-frontent
image: registry.tech4comp.dbis.rwth-aachen.de/rwthacis/noracle-frontend:latest
image: registry.tech4comp.dbis.rwth-aachen.de/rwthacis/noracle-frontend:1.0.2
Loading