# webman-dock **Repository Path**: ppkosdd/webman-dock ## Basic Information - **Project Name**: webman-dock - **Description**: doctor-webman - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-20 - **Last Updated**: 2022-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Set environment variables Copy file **env-example** to **.env**, and change the item what you need. Change the **HOST_APP_DIR** env item, ensure where your webman app is. # Build image Ensure you have install docker and docker-compose first. You can build you image by execute follow command: > **docker-compose up -d webman** # Run Enter the container: > **docker-compose exec webman bash** If you havn't init composer, you can run this command: > **composer install** Run in front: > **php start.php start** Run in backend: > **php start.php start -d**