@@ -631,12 +631,12 @@ docker-compose up -d metabase
631631
6326321 ) Boot the container ` docker-compose up -d jenkins ` . To enter the container type ` docker-compose exec jenkins bash ` .
633633
634- 2 ) Go to ` http://localhost:8090/ ` (if you didn't chanhed your default port mapping)
634+ 2 ) Go to ` http://localhost:8090/ ` (if you didn't chanhed your default port mapping)
635635
6366363 ) Authenticate from the web app.
637637
638638- Default username is ` admin ` .
639- - Default password is ` docker-compose exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword ` .
639+ - Default password is ` docker-compose exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword ` .
640640
641641(To enter container as root type ` docker-compose exec --user root jenkins bash ` ).
642642
@@ -1289,6 +1289,21 @@ To install CodeIgniter 3 on Laradock all you have to do is the following simple
12891289
12901290
12911291
1292+ <br >
1293+ <a name =" Install-Powerline " ></a >
1294+ ## Install Powerline
1295+
1296+ 1 - Open the ` .env ` file and set ` WORKSPACE_INSTALL_POWERLINE ` and ` WORKSPACE_INSTALL_PYTHON ` to ` true ` .
1297+
1298+ 2 - Run ` docker-compose build workspace ` , after the step above.
1299+
1300+ Powerline is required python
1301+
1302+
1303+
1304+
1305+
1306+
12921307<br >
12931308<a name =" Install-Symfony " ></a >
12941309## Install Symfony
@@ -2104,7 +2119,7 @@ This error sometimes happens because your Laravel application isn't running on t
21042119
21052120## I get stuck when building nginx on ` fetch http://mirrors.aliyun.com/alpine/v3.5/main/x86_64/APKINDEX.tar.gz `
21062121
2107- As stated on [ #749 ] ( https://github.com/laradock/laradock/issues/749#issuecomment-419652646 ) , Already fixed,just set ` CHANGE_SOURCE ` to false.
2122+ As stated on [ #749 ] ( https://github.com/laradock/laradock/issues/749#issuecomment-419652646 ) , Already fixed,just set ` CHANGE_SOURCE ` to false.
21082123
21092124## Custom composer repo packagist url and npm registry url
21102125
0 commit comments