Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/iws8/html/ihrm/installer/
Upload File :
Current File : /var/www/html/mmishra/iws8/html/ihrm/installer/cli_common_commands.sh

#!/bin/bash

INSTALL_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

cd $INSTALL_DIR
cd ../symfony/lib;

#composer update;
#composer dump-autoload -o;

cd ..;

php symfony orangehrm:publish-assets;
php symfony doctrine:build-model;
php symfony cc;

cd ../installer;