35 vi config.json 36 cd .. 37 ls -la 38 mkdir certs 39 cd certs/ 40 cp /etc/apache2/ssl/All.q-nnect-no-pass.key q-nnect.key 41 cp /etc/apache2/ssl/All.q-nnect.crt q-nnect.crt 42 ls -la 43 cd /var/www/ 44 mkdir certs 45 cd certs/ 46 cp /etc/apache2/ssl/CA.q-nnect-bundle.crt . 47 ls -la 48 cd .. 49 ls -la 50 cd /usr/local/quix-messaging/conf 51 ls -la 52 vi config.json 53 htop 54 cd /usr/local/quix-messaging/cron/ 55 ls -la 56 vi cron.log 57 php-fpm -m 58 service php-fpm restart 59 php-fpm -m 60 vi /etc/php7/php.ini 61 nano /etc/php7/php.ini 62 php -m 63 service php-fpm restart 64 ls -la 65 htop 66 mysql -uroot -p 67 cd ~ 68 cd deploy_scripts/ 69 ls -la 70 cd dbadmin/ 71 ls -la 72 ./dbadmin.sh install 5.0.2 73 cd /var/www/ 74 ls -la 75 cd backstageQdb/ 76 ls -la 77 vi config.inc.php 78 exit 79 cd /var/www/ 80 rm -Rf ./qrasx/ 81 git clone https://git.q-nnect.com/source/qrasx.git 82 ls -la 83 chown -R www-data:www-data ./qrasx/ 84 cd qrasx/clients/ 85 ls -la 86 cd q-nnect/ 87 ls -la 88 ls -la 89 apt-get install software-properties-common dirmngr 90 apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc' 91 add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://mirror2.hs-esslingen.de/mariadb/repo/10.4/debian stretch main' 92 apt-get update 93 apt-get install mariadb-server mariadb-client 94 service mysql status 95 mysql_secure_installation 96 mysql -uroot -p 97 cd /var/www/ 98 ls -la 99 cd qrasx/ 100 ls -la 101 htop 102 cd /etc/mysql/ 103 ls -la 104 vi my.cnf 105 cd mariadb.conf.d/ 106 ls -la 107 cd .. 108 cd conf.d/ 109 ls -la 110 vi mysql.cnf 111 cd .. 112 ls -la 113 vi mariadb.cnf 114 cd mariadb.conf.d/ 115 ls -la 116 cd .. 117 vi debian.cnf 118 vi my.cnf.fallback 119 vi my.cnf 120 service mysql status 121 locate migrated-from-my.cnf-settings.conf 122 apt install locate 123 locate migrated-from-my.cnf-settings.conf 124 updatedb 125 locate migrated-from-my.cnf-settings.conf 126 cd /etc/systemd/system/mariadb.service.d/ 127 ls -la 128 vi migrated-from-my.cnf-settings.conf 129 cd .. 130 cd /etc/mysql/ 131 ls -la 132 vi mariadb.cnf 133 cd mariadb.conf.d/ 134 ls -la 135 scp -P222 root@demo.q-nnect.com:/etc/mysql/mariadb.conf.d/50-server.cnf . 136 scp -P222 root@demo.q-nnect.com:/etc/mysql/my.cnf . 137 vi my.cnf 138 service mysql restart 139 service mysql status 140 ls -la 141 cd .. 142 ls -la 143 vi debian-start 144 vi debian.cnf 145 vi debian-start 146 cd /etc/default/ 147 ls -la 148 mysqld --help --verbose 149 mysqld --help 150 cd ~ 151 mysqld --help --verbose > out.txt 152 vi out.txt 153 cd /etc/ 154 cd ~ 155 ls -la 156 vi out.txt 157 cd /etc/mysql/ 158 ls -la 159 vi my.cnf 160 rm my.cnf 161 ls -la 162 cd mariadb.conf.d/ 163 mv my.cnf ../my.cnf 164 cd .. 165 ls -la 166 service mysql restart 167 vi my.cnf 168 mysql -uroot -p 169 mysql -uroot -p 170 cd ~ 171 git clone https://git.q-nnect.com/source/qrasx_db.git 172 cd qrasx_db/ 173 ls -la 174 vi reset.sql 175 mysql -uroot -p 176 mysql_upgrade --force 177 mysql -uroot 178 mysql -uroot -p 179 cd .. 180 rm -Rf ./qrasx_db/ 181 scp -P222 root@demo.q-nnect.com:/root/user.sql .. 182 scp -P222 root@demo.q-nnect.com:/root/mysql.sql .. 183 mysql -uroot -p 184 clear 185 ls -la 186 rm out.txt 187 scp -P222 root@demo.q-nnect.com:/root/mysql.sql . 188 mysql -uroot -p 189 mysql_secure_installation 190 mysql -uroot -p 191 mysql_secure_installation 192 mysql -uroot -p 193 mysql_secure_installation 194 service mysql restart 195 mysql_secure_installation 196 php -m 197 nano /etc/php7/php.ini 198 service php-fpm restart 199 cd /var/www/backstageQdb/ 200 nano config.inc.php 201 service mysql status 202 cd /etc/php7/ 203 ls -la 204 nano php.ini 205 service php-fpm restart 206 nano php.ini 207 service php-fpm restart 208 cd ~ 209 ls -la 210 rm mysql.sql 211 cd .. 212 rm mysql.sql 213 cd ~ 214 scp -P222 root@dev.q-nnect.com:/root/db.sql . 215 vi db.sql 216 mysql -uroot -p 217 exit 218 cd /var/www/qrasx/core/ 219 php composer.phar install 220 clear 221 ls -la 222 chown -R www-data:www-data ./ 223 cd .. 224 cd clients/ 225 ls -la 226 cd q-nnect/ 227 php -v 228 php -m 229 nano /etc/php7/php.ini 230 php -m 231 php -v 232 service php-fpm restart 233 service mysql restart 234 cd /var/log/apache2/ 235 ls -la 236 less +F qrasx-ssl_error.log 237 htop 238 vi /etc/php7/php.ini 239 service php-fpm restart 240 cd /var/www/qrasx/core/System/Config/ 241 ls -la 242 vi config.json 243 cd .. 244 cd .. 245 cd .. 246 cd clients/q-nnect/ 247 git clone https://git.q-nnect.com/source/api_writer.git 248 git clone https://git.q-nnect.com/source/data_sources.git app_data_sources 249 git clone https://git.q-nnect.com/source/data_mapper.git app_data_mapper 250 git clone https://git.q-nnect.com/source/simulation_workbench.git app_simulation_workbench 251 git clone https://git.q-nnect.com/source/system_workbench.git app_sytem_workbench 252 git clone https://git.q-nnect.com/source/system_workbench.git app_system_workbench 253 git clone https://git.q-nnect.com/source/report_designer.git app_report_designer 254 ls -la 255 mv api_writer app_api_writer 256 git clone https://git.q-nnect.com/source/data_analyzer.git app_data_analyzer 257 ls -la 258 chown -R www-data:www-data . 259 ls -la 260 git clone https://git.q-nnect.com/source/content_shop.git app_content_shop 261 cd .. 262 cd .. 263 cd .. 264 mkdir woda 265 cd woda/ 266 vi /etc/apache2/sites-available/qrasx-ssl.conf 267 cd .. 268 ls -la 269 git clone https://git.q-nnect.com/source/service_ui.git serviceUI 270 chown -R www-data:www-data . 271 cd /etc/cron.d 272 ls -la 273 vi qrasx-cron 274 htop 275 cd /usr/sap/ 276 ls -la 277 cd .. 278 ls -la 279 df -H 280 cd /var/www/qrasx/ 281 git status 282 git checkout develop 283 git reset --hard 284 git checkout develop 285 git pull 286 vi core/System/Config/config.json 287 exit 288 curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash 289 apt install curl 290 curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash 291 curl -sL https://deb.nodesource.com/setup_12.x | -E bash 292 curl -sL https://deb.nodesource.com/setup_12.x 293 curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - 294 echo \"deb https://dl.yarnpkg.com/debian/ stable main\" | sudo tee /etc/apt/sources.list.d/yarn.list 295 curl -sL https://deb.nodesource.com/setup_12.x | -E bash - 296 curl -sL https://deb.nodesource.com/setup_12.x 297 wget https://deb.nodesource.com/setup_12.x 298 chmod +x setup_12.x 299 ./setup_12.x 300 apt-get install -y nodejs 301 node -v 302 clear 303 rm setup_12.x 304 ls -la 305 htop 306 apt install gzip 307 apt install tar 308 ls -la 309 rm db.sql 310 ls -la 311 cd deploy_scripts/ 312 ls -la 313 cd sysstat/ 314 ls -la 315 ./install_sysstat.sh 316 cd /etc/cron.d 317 ls -la 318 vi sysstat 319 ls -la 320 cd ~/deploy_scripts/ 321 ls -la 322 git status 323 git checkout develop 324 git pull 325 ls -la 326 cd helpers/ 327 ls -la 328 cd .. 329 ls -la 330 cd javaBridge/ 331 ls -la 332 cd .. 333 ls -la 334 vi README.md 335 cd php/ 336 ls -la 337 php -v 338 php -m 339 cd /tmp/php-7.4.5/ext/pgsql/ 340 phpize 341 ./configure 342 make 343 make install 344 vi /etc/php7/php.ini 345 php -m 346 service php-fpm restart 347 curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - 348 curl https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources.list.d/mssql-release.list 349 apt-get update 350 ACCEPT_EULA=Y apt-get install msodbcsql17 351 ACCEPT_EULA=Y apt-get install mssql-tools 352 apt-get install unixodbc-dev 353 php -m 354 php -v 355 exit 356 ls 357 rm -r deploy_scripts/ 358 ls 359 cd scripts/ 360 ls 361 cd .. 362 ls 363 cd /var/www/ 364 ls 365 cd qrasx/ 366 ls 367 cd .. 368 ls 369 exit 370 cd /var/www/woda/ 371 ls -la 372 exit 373 ll 374 ls 375 cd 376 cd /var/www/woda/ 377 ll 378 ls 379 mc 380 cd 381 ll 382 ls 383 cd / 384 ls 385 alias ll="ls -al" 386 ll 387 cd home/ 388 ll 389 cd quser/ 390 ll 391 sudo quser 392 cd .. 393 cd root 394 cd /root/ 395 ll 396 cd .ssh/ 397 ll 398 cd .. 399 ll 400 cd .. 401 . path add ~/scripts 402 ll 403 cd 404 cd scripts/ 405 ll 406 . path add ~/scripts 407 . ./path add ~/scripts 408 chmod 744 * 409 ll 410 . ./path.add ~/scripts 411 cd .. 412 ll 413 ssh.init 414 ll 415 cd .ssh/ 416 ll 417 cd .. 418 ll 419 cd ssh.bakup/ 420 ll 421 cp authorized_keys ../.ssh/ 422 ll 423 cp known_hosts ../.ssh/ 424 ll 425 ll 426 cd .. 427 ll 428 exit 429 exit 430 ll 431 ls 432 cd .. 433 ll 434 ls 435 cd 436 cd scripts/ 437 ls 438 alias ll="ls -al" 439 ll 440 cd templates/ 441 l 442 ll 443 . .bashrc 444 ll 445 cd 446 ll 447 cd .ssh/ 448 ll 449 cd public_keys/ 450 ll 451 ssh wo-da.de 452 cd 453 update.authorized_keys 454 cd.. 455 ll 456 wget 457 curl 458 wget http://wo-da.de/Users/Shared/dev/Workspaces/structr.mountpoint/exports/WODA.export/files/EAMD.ucp/Components/com/ceruleanCircle/EAM/1_infrastructure/NewUserStuff/install.e 459 wget http://wo-da.de/EAMD.ucp/Components/com/ceruleanCircle/EAM/1_infrastructure/NewUserStuff/install.eamd.sh 460 ll 461 . scripts/templates/bashrc_addonTemplate 462 ll 463 ll 464 ll 465 chmod 777 install.eamd.sh 466 ll 467 ll 468 $0 469 echo $0 470 exit 471 echo $0 472 exit 473 ll 474 ls 475 . scripts/templates/.bashrc 476 ll 477 os.name 478 echo $PATH 479 ll 480 pwd 481 ll 482 echo $PATH 483 os.version 484 docker 485 docker ps 486 docker ps 487 exit 488 sudo apt update 489 apt update 490 apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common 491 curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - 492 curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - 493 add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" 494 apt update 495 apt update 496 apt install docker-ce 497 systemctl status docker 498 docker ps 499 apt -y dist-upgrade 500 reboot 501 ll 502 adduser 503 adduser donges 504 usermod -aG sudo donges 505 su donges 506 npm --version 507 ll 508 ls 509 cd scripts/ 510 eamd 511 ./eamd 512 ls 513 ls -alF 514 ls -CalF 515 ls -GalF 516 ls -GCalF 517 chmod +x * 518 ll 519 ./eamd 520 ./eamd v 521 ./eamd check 522 ./eamd init user donges 523 cd /home/donges/ 524 ll 525 ls 526 ls -alF 527 su donges 528 ll 529 cd / 530 ls 531 rm -Rf /donges/ 532 ll 533 cd 534 . scripts/templates/.bashrc 535 ll 536 git 537 eamd v 538 wget 539 ll 540 cd /var/www/ 541 ll 542 mkdir EAMD.ucp 543 ll 544 mc 545 history >/home/donges/hitory.txt