You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2022. It is now read-only.
Set MaxSessions in /etc/ssh/sshd_config (on remote host) to something like 200
Deploy Diribitio
Copy the .env.example file to .env and modify it
Copy the laravel.env.example file in the backend folder to laravel.env and modify it
Run DOCKER_HOST="ssh://user@ip" docker-compose up -d
Run php artisan migrate --database=landlord --path=database/migrations/landlord/
Create a tenant with php artisan tenant:create dev dev
Migrate the tenant and invite an admin (tenant:create_admin)
Run php artisan storage:link in the project directory
About
This repository contains the docker configuration for the deployment. The deployment consists of the Laravel backend (Inpriparo), the Angular frontend (Vnint), a MySQL database, a caching database and traefik for networking.