← Back to team overview

sts-sponsors team mailing list archive

Re: [Merge] ~thorsten-merten/maas-site-manager:MAASENG-1451-setup-docker-compose into maas-site-manager:main

 


Diff comments:

> diff --git a/README.md b/README.md
> new file mode 100644
> index 0000000..912f06f
> --- /dev/null
> +++ b/README.md
> @@ -0,0 +1,16 @@
> +# MAAS Site Manager
> +
> +This repository contains the MAAS Site Manager MVP. It one sub-folder for every sub-project.
> +
> +## How to run a local development environment?
> +
> +### Manually
> +
> +Follow the instruction in `/backend/README.md` and `/frontend/README.md`.
> +
> +### Via docker compose
> +
> +* Make sure to have a recent version of [docker](https://docs.docker.com/get-docker/) installed.
> +* Run `docker compose up --build` to start the backend and the database
> +* Run `cd frontend` and `yarn run serve` to start the frontend

`yarn run serve` should be updated to `yarn dev` as we do not have a serve script on the frontend app.

> +


-- 
https://code.launchpad.net/~thorsten-merten/maas-site-manager/+git/maas-site-manager/+merge/438281
Your team MAAS Committers is requested to review the proposed merge of ~thorsten-merten/maas-site-manager:MAASENG-1451-setup-docker-compose into maas-site-manager:main.



References