Skip to content

Commit cb821be

Browse files
committed
Add comment about storing sessions in DB
1 parent b0e6138 commit cb821be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ This will provide a shared /var/www2 partition
4444
docker run --name mariadb -e MYSQL_ROOT_PASSWORD=pass -e MYSQL_USER=chamilo -e MYSQL_PASSWORD=chamilo -e MYSQL_DATABASE=chamilo -d mariadb
4545
docker run --link=mariadb:db --volumes-from=varwww --name chamilo -p 8080:80 -it chamilo/docker-chamilo
4646
# 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
4748
# configure Chamilo on this first container then take a snapshot
4849
docker commit -m "Live running Chamilo connected to host 'db' with existing database" {container-hash} docker-chamilo:live
4950
docker run --link=mariadb:db --volumes-from=varwww --name chamilo2 -p 8081:80 -it docker-chamilo:live

0 commit comments

Comments
 (0)