Skip to content

ast21/console-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My console commands

install for linux

  1. Clone to folder
git clone https://github.com/ast21/console-php.git && cd console
  1. Install packages
composer install
  1. Move to executable folder
sudo ln -s $PWD/console.php /usr/local/bin/con
  1. Get command list
con list

Other instructions

Install mysqldump

# go to https://dev.mysql.com/downloads/repo/apt/
# find the link for the latest deb package (use that in the following steps)
# on your server:
wget -c https://dev.mysql.com/get/mysql-apt-config_0.8.16-1_all.deb
sudo dpkg -i mysql-apt-config*
sudo apt-get update
sudo apt-get install mysql-client
mysqldump --version # (should say Ver 8.x.x)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages