Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git clone https://git.swl.informatik.uni-oldenburg.de/scm/api_apps/webstudio.git
git checkout -b development

Then create and give the all permissions to everyone to the following directories as a workaround:

Code Block
sudomkdir frontend odysseushome
chmod 777 -R backend deploy frontend odysseushome

For starting the docker stack you can set the images accordingly in the docker-compose.yml file:

...