WSL
https://docs.microsoft.com/en-us/windows/wsl/install
$ wsl --set-default-version 2
$ wsl --install -d ubuntu
https://docs.microsoft.com/en-us/windows/wsl/install
$ wsl --set-default-version 2
$ wsl --install -d ubuntu
// adminjs default theme | |
export default { | |
colors: { | |
// Primary | |
primary100: '#ff9800', | |
primary80: '#ffa726', | |
primary60: '#ffb74d', | |
primary40: '#ffcc80', | |
primary20: '#ffe0b2', |
// AdminJS locales https://github.com/SoftwareBrothers/adminjs | |
const commonProps = { | |
status: "Situação", | |
createdAt: "Criação", | |
updatedAt: "Atualização", | |
}; | |
const translations = { | |
actions: { |
// AdminJS locales https://github.com/SoftwareBrothers/adminjs | |
const commonProps = { | |
status: "Situação", | |
createdAt: "Criação", | |
updatedAt: "Atualização", | |
}; | |
const translations = { | |
actions: { |
deploy: | |
steps: | |
- bundle-install | |
- add-to-known_hosts: | |
hostname: myserver.example.com | |
- create-file: | |
name: write key | |
filename: $HOME/.ssh/id_rsa | |
content: $DEPLOYMENT_SSH_KEY_PRIVATE | |
overwrite: true |