Planar For Windows
planar
: the main windows service
planar-cli
: command line interface tool
database_migrations
: setup helper tool for installing and updating versions of SQL scripts
install CLI tool as dotnet tool as follow: dotnet tool install --global planar-cli
Planar For Docker
docker-compose.yml
: docker compose file to run configured service & SQL server instance.
- create new local foder
- download and save the docker-compose.yml file to the new folder
- open terminal / command line pointing to the new folder
- run command:
docker-compose -p planar up -d