Skip to content

Latest commit

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

HowTo

Install

In order to execute the DAAS in localhost env, add in /etc/hosts :

  • symfony.local
  • drupal.local
  • node.local

Get started

Run the DaaS first time

make install

Run the DaaS

make start

Stop the DaaS

make stop

Test the DaaS

In order to test the DaaS check the urls below :

Usefull

stop all containers:

docker kill $(docker ps -q)

remove all containers

docker rm $(docker ps -a -q)

remove all docker images

docker rmi $(docker images -q)

About

DAAS Model

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages