/home/devscfvi/.bash_history
ls
cd DevsQuantum
php artisan migrate
php artisan route:clear
php artisan config:clear
php artisan cache:clear
php artisan view:clear
cd ../public_html
ln -s ../DevsQuantum/storage/app/public storage
ls -l storage
rm storage
ln -s ../DevsQuantum/storage/app/public storage
cd ..
cd DevsQuantum
php artisan tinker
npm run dev
sudo install npm
npm run dev
npm run build
cd /home/devscfvi/dataglobe.me
find -type f | xargs chmod 644 ; find -type d | xargs chmod 755 ; chmod 750 . -c