Skip to content

Commit df66ffa

Browse files
authored
Merge pull request #139 from OpenConext/fix/readme-gui
Remove aa-gui from README
2 parents fa8a6fd + 2543890 commit df66ffa

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,33 +31,17 @@ grant all on aaserver.* to 'root'@'localhost';
3131

3232
## [Building and running](#building-and-running)
3333

34-
### [The aa-server](#aa-server)
34+
### [The server](#server)
3535

3636
This project uses Spring Boot and Maven. To run locally, type:
3737

38-
`cd aa-server`
38+
`cd aa`
3939

4040
`mvn spring-boot:run -Drun.jvmArguments="-Dspring.profiles.active=dev"`
4141

4242
When developing, it's convenient to just execute the applications main-method, which is in [Application](aa-server/src/main/java/aa/Application.java). Don't forget
4343
to set the active profile to dev.
4444

45-
### [The aa-gui](#aa-gui)
46-
47-
The client is build with react.js and to get initially started:
48-
49-
`cd aa-gui`
50-
51-
To run locally:
52-
53-
`npm run local`
54-
55-
Browse to the [application homepage](http://localhost:8001/).
56-
57-
When new npm dependencies are added:
58-
59-
`npm install`
60-
6145
## [Miscellaneous](#miscellaneous)
6246

6347
### [Testing](#testing)

0 commit comments

Comments
 (0)