@escolalms/cla
Advanced tools
Comparing version 1.2.9 to 1.2.10
{ | ||
"name": "@escolalms/cla", | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"description": "Create LMS APP. Escola LMS. Wellms. ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,12 +5,9 @@ # Create LMS APP | ||
## Installation | ||
## Installation on MacOs or Linux | ||
Assuming | ||
### Requirements | ||
- you're on MacOS or Linux | ||
- you have `docker` & `docker-composer` installed | ||
- port 80 is free | ||
You have the following options | ||
### Installation from script | ||
@@ -28,2 +25,17 @@ | ||
## Instalation on Windows | ||
### Requirements | ||
- `WSL` installed (https://docs.microsoft.com/en-us/windows/wsl/install) | ||
- `Docker` installed (https://docs.docker.com/desktop/windows/install/) and configured to use WSL | ||
- `make` available in PowerShell (for example, you can install `Chocolatey` https://chocolatey.org/install and then install `make` using it) | ||
*Recommended*: use Windows Terminal (https://apps.microsoft.com/store/detail/windows-terminal/) and latest PowerShell (https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2) | ||
### Installation from source | ||
- Clone this repository | ||
- Run `make init` in PowerShell (and not in WSL shell, because it will lead to problems with binding Postgres data volume for persistence) | ||
## First steps | ||
@@ -30,0 +42,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14985
105