The following software needs to be installed on your computer before you can install Taito CLI.
Linux: See Docker Post-installation steps for Linux.
Windows: It is recommended to use Docker Desktop WSL 2 backend. Make sure you follow the best practices mentioned in the docker installation instructions. That is, source code should be located on Linux disk. You can use Visual Studio Code Remote - WSL to modify the source code remotely from Windows. If you are using some other editor than VS Code, you can use some other sync mechanism to copy changed files from Windows to Linux (e.g. atom-sync-cygwin, Cygwin rsync, cwRsync)
If you cannot use Docker Desktop WSL 2 backend on Windows, you can try some bash emulation instead (e.g. Git Bash). However, docker-for-win#1588 may cause you some trouble. You can also try to run Docker inside a Linux virtual machine.
Install Taito CLI by running the following commands on your unix-like shell (e.g. bash):
export TAITO_INSTALL_DIR=~/.taito-cli
export TAITO_GIT_CLONE_METHOD=ssh # https or ssh
curl -s https://raw.githubusercontent.com/TaitoUnited/taito-cli/master/install.sh | bash
Finalize the installation by running commands the aforementioned install.sh script displayed at the end:
[8. Almost finished]
Finalize the installation with the following steps:
1. Execute final installation steps by running 'taito upgrade'
2. Check the installation by running 'taito check'
3. Show taito commands with 'taito -h'
If you have problems, run 'taito trouble' to display troubleshooting.
You can read troubleshooting also at GitHub:
https://github.com/TaitoUnited/taito-cli/blob/master/trouble.txt
You can upgrade Taito CLI and its extensions anytime by running taito upgrade
.
Next: 3. Quick start