$ sudo apt install nginx
$ sudo nano /etc/nginx/sites-available/your_domain
[wsl2] | |
memory=6GB # set ram | |
processors=2 # set VM processor | |
swap=2GB # set swap 0 for disable |
<script> | |
// vue | |
import Vue from 'vue/dist/vue.esm'; | |
// lodash | |
import unescape from 'lodash/unescape'; | |
// component | |
import AppBaseParameterEditor from './AppBaseParameterEditor'; |
/^[0-9|-]+$/g |
# for pull mysql compose | |
curl -LO https://gist.githubusercontent.com/frama21/170c1dbabe2338f8fd3c4eee9c26b873/raw/6daba068b1661d416292782cb7bbb551f024636e/docker-compose-mysql.yml | |
# for pull postgres compose | |
curl -LO https://gist.githubusercontent.com/frama21/170c1dbabe2338f8fd3c4eee9c26b873/raw/6daba068b1661d416292782cb7bbb551f024636e/docker-compose-postgre.yml |
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.