Skip to content

Commit 4bc6526

Browse files
committed
add missing doc about jenkins
1 parent d4f9b04 commit 4bc6526

1 file changed

Lines changed: 22 additions & 5 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -431,15 +431,35 @@ To learn more about how Docker publishes ports, please read [this excellent post
431431

432432

433433

434-
435434
<br>
436-
<a name="Laravel"></a>
435+
<a name="Use-Jenkins"></a>
436+
## Use Jenkins
437+
438+
1) Boot the container `docker-compose exec jenkins bash`
439+
440+
2) Go to `http://localhost:8090/` (if you didn't chanhed your default port mapping)
441+
442+
3) Authenticate:
443+
444+
- Default username is `admin`.
445+
- Default password is `docker-compose exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword`.
446+
447+
(To enter container as root type `docker-compose exec --user root jenkins bash`).
448+
449+
4) Install some plugins.
437450

451+
5) Create your first Admin user, or continue as Admin.
438452

453+
Note: to add user go to `http://localhost:8090/securityRealm/addUser` and to restart it from the web app visit `http://localhost:8090/restart`.
439454

455+
You may wanna change the default security configuration, so go to `http://localhost:8090/configureSecurity/` under Authorization and choosing "Anyone can do anything" or "Project-based Matrix Authorization Strategy" or anything else.
440456

441457

442458

459+
460+
<br>
461+
<a name="Laravel"></a>
462+
443463
<a name="Install-Laravel"></a>
444464
## Install Laravel from a Docker Container
445465

@@ -1074,9 +1094,6 @@ To change the default forwarded port for ssh:
10741094

10751095

10761096

1077-
1078-
1079-
10801097
<br>
10811098
<a name="Change-the-MySQL-Version"></a>
10821099
## Change the (MySQL) Version

0 commit comments

Comments
 (0)