Skip to content

bi-sdal/dpl7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dpl7

Drupal 7

References for setting up SSL

Docker

After starting the container you need to run service apache2 start within the container. This can be done via docker exec -it <NAME OF THE DRUPAL CONTAINER> bash then running the command there. Or you can directly run the command via docker exec via:

docker exec -it <name of the drupal container> service apache2 start

e.g.,

docker exec -it drupal7 service apache2 start

Releases

No releases published

Packages

No packages published