Browse Source

code fences

pull/14374/head
Sean Killeen 3 years ago
parent
commit
b0ab99a1f0
  1. 4
      docs/en/Contribution/How-to-Contribute-abp.io-as-a-frontend-developer.md

4
docs/en/Contribution/How-to-Contribute-abp.io-as-a-frontend-developer.md

@ -22,11 +22,15 @@ Unix: `templates/app/aspnet-core/src/MyCompanyName.MyProjectName.DbMigrator/apps
You need to install SQL Server and Redis. You can install these programs without docker, but my example uses docker containers. Your computer should have Docker Engine. Then open the terminal en execute the commands one by one.
For the Sql Server
```cmd
docker run -v sqlvolume:/var/opt/mssql -e 'ACCEPT_EULA=Y' -e "SA_PASSWORD=yourpassword" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2019-CU3-ubuntu-18.04
```
For the Redis
```cmd
docker run -p 6379:6379 -d redis
```
Then we are ready to download and execute the code.

Loading…
Cancel
Save