Skip to content

Commit

Permalink
release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michallis committed Mar 1, 2018
1 parent 431def2 commit ae72a90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Under Authentication > Required Actions:
# Additional tips
Run a docker jboss/keycloak (-p hostport:containerport):

`docker run --name keycloak -p 9000:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=test -e KEYCLOAK_LOGLEVEL=DEBUG jboss/keycloak:3.4.3.Final`
`docker run --name keycloak -p 9000:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin -e KEYCLOAK_LOGLEVEL=DEBUG jboss/keycloak:3.4.3.Final`

The jboss/keycloak is a centos:7, if you want to login as root using docker (use user ID=0) and attach your terminal (in order to deploy the ear)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.t1t.keycloak</groupId>
<artifactId>ocra-auth</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<organization>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class OcraServiceTest {
private static final Logger log = LoggerFactory.getLogger(OcraServiceTest.class.getName());
private RandomString randomGenerator;


@Test
public void testOcraService() throws Exception {
randomGenerator = new RandomString(16, new SecureRandom(),RandomString.alphanum);
Expand Down

0 comments on commit ae72a90

Please sign in to comment.