File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ This will provide a shared /var/www2 partition
44
44
docker run --name mariadb -e MYSQL_ROOT_PASSWORD=pass -e MYSQL_USER=chamilo -e MYSQL_PASSWORD=chamilo -e MYSQL_DATABASE=chamilo -d mariadb
45
45
docker run --link=mariadb:db --volumes-from=varwww --name chamilo -p 8080:80 -it chamilo/docker-chamilo
46
46
# Change all configuration to point to /var/www2/chamilo/www and change the Chamilo config file (root_web)
47
+ # Also, inside app/config/configuration.php, change "session_stored_in_db" to true
47
48
# configure Chamilo on this first container then take a snapshot
48
49
docker commit -m "Live running Chamilo connected to host 'db' with existing database" {container-hash} docker-chamilo:live
49
50
docker run --link=mariadb:db --volumes-from=varwww --name chamilo2 -p 8081:80 -it docker-chamilo:live
You can’t perform that action at this time.
0 commit comments