# login to shell
# follow instructions on top of the `/tools/build/targets/common.xml` file
# logout from shell and login again for changes to take effect
# run `composer install` command in root In-Portal folder to install missing dependencies
# create the `/tools/build/build.properties` file by copy-pasting `build.properties.dist` and customizing the values or use mine:
```
local.build=1
base.dir=../..
client.ip.address=10.0.0.1
cli.key=b674006f3edb1d9cd4d838c150b0567d
website.domain=vm.aik.ninja
website.path=/d/in-portal.52x
db.host=localhost
db.user=username_here
db.password=password_here
db.name=alex_inportal_52x_jenkins
db.tableprefix=52x_
```
# go to root In-Portal folder
# run `phing -f tools/build/build_custom.xml`
# confirm, that command executed without issues
# run `phing -f tools/build/build_all.xml`
# confirm, that command executed without issues
# run `phing -f tools/build/build_custom.xml phpcs`
# confirm, that PHP_CodeSniffer errors from Custom module are displayed
# run `phing -f tools/build/build_all.xml php`
# confirm, that PHP_CodeSniffer errors from core+modules folders are displayed