Skip to content

sdsc/try_seedmelab_purge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

try_seedmelab

Build the containers

docker-compose build

Start the SeedmeLab Quickstart Drupal site

docker-compose up seedmelab

Once the container boots up, the Drupal site will be accessible on http://localhost:8080.

Only run the below line the first time the seedmelab quickstart is created

This will bootstrap drupal with the mysql db, etc. docker-compose exec seedmelab bash /scripts/install/setup.sh

To shut down (while saving state)

docker-compose down

To shut down (and clear all data permanently)

docker-compose down -v

Backup/restore volume data

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published