Download the PHP package terminus-plugin-project/terminus-site-mount-plugin without Composer
On this page you can find all versions of the php package terminus-plugin-project/terminus-site-mount-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download terminus-plugin-project/terminus-site-mount-plugin
More information about terminus-plugin-project/terminus-site-mount-plugin
Files in terminus-plugin-project/terminus-site-mount-plugin
Package terminus-site-mount-plugin
Short Description Site Mount - A Terminus plugin to mount Pantheon sites.
License MIT
Homepage https://github.com/terminus-plugin-project/terminus-site-mount-plugin
Informations about the package terminus-site-mount-plugin
Terminus Site Mount Plugin
Terminus plugin to mount Pantheon site environments.
Usage:
By default, the site environment will be mounted in $HOME/site-name.env
(Linux / Mac only).
If you want to mount in a different directory, use the --dir=<directory>
option.
Keep in mind, if you mount in a different directory, you will also need to specify the same --dir
option when unmounting.
The --drive=<drive letter>
option is only necessary on Windows. The values can be 'first', 'last' or any available drive letter.
The default is --drive=first
which means the first available drive letter.
Examples:
Mount the site environment awesome-site.dev.
Unmount the site environment awesome-site.dev.
Learn more about Terminus and Terminus Plugins.
Prerequisites:
Executable mount, umount and sshfs commands must exist (Linux / Mac only).
Mac OSX:
- Download and install the latest release of osxfuse-x.x.x.dmg.
- Install sshfs via
brew install sshfs
Linux:
- Debian-based (Debian, Linux Mint, Ubuntu and derivatives):
sudo apt-get update && sudo apt-get install sshfs
- RedHat-based (RedHat, Fedora, CentOS and derivatives):
sudo yum install sshfs
Windows:
- Download and install SFTP Net Drive 2017.
Installation:
For installation help, see Extend with Plugins.
Configuration:
This plugin requires no configuration to use.
Testing:
Replace my-test-site
with the site you want to test:
Help:
Run terminus help site:mount
for help.