Debian 10 Buster headless
Shared Libraries needed
$ sudo apt install libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2 libpangocairo-1.0-0 libxss1 libgtk-3-0
Local user
| # Use it like this: | |
| # | |
| # $ printf $(_TITLE) "Something in green" "The message" | |
| # | |
| # This will output something like this: | |
| # | |
| # [Something in green] The message | |
| # | |
| # (of course, with proper colors) | |
| _TITLE := "\033[32m[%s]\033[0m %s\n" # Green text |
| <?php | |
| require_once 'abstract.php'; | |
| /** | |
| * Magento Dataflow Shell Script | |
| * | |
| * This file should be save in the shell directory of Magento | |
| * Basic usage samples: | |
| * php dataflow.php | |
| * php dataflow.php list |
| <?php | |
| use Doctrine\ORM\Mapping as ORM; | |
| use Doctrine\Common\Collections\ArrayCollection; | |
| /** | |
| * @ORM\Entity() | |
| * @ORM\Table(name="user") | |
| */ | |
| class User |
| # app/config/deploy.rb | |
| # Most of the changes specific to your environment will be set in | |
| # the `app/config/deploy/[env].rb` files. | |
| # define multiple deployments | |
| set :stages, %w(production staging) | |
| set :default_stage, "staging" |