https://github.com/markrickert/pantheon
Quickly and painlessly add your current IP to the list of allowed remote database connections for your MediaTemple hosting account. This is useful for people who have constantly changing IP addresses and still need remote access to their databases.
https://github.com/markrickert/pantheon
Last synced: about 1 year ago
JSON representation
Quickly and painlessly add your current IP to the list of allowed remote database connections for your MediaTemple hosting account. This is useful for people who have constantly changing IP addresses and still need remote access to their databases.
- Host: GitHub
- URL: https://github.com/markrickert/pantheon
- Owner: markrickert
- License: mit
- Created: 2012-08-13T21:33:38.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-28T18:17:53.000Z (almost 14 years ago)
- Last Synced: 2025-02-08T07:27:39.156Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pantheon
========
Quickly and painlessly add your current IP to the list of allowed remote database connections for your MediaTemple hosting account.
The script takes three parameters: the login info you typically put into the ac.mediatemple.net account login page.
You should be able to just run: ```gem install pantheon``` and be good to go.
Usage:
------
```pantheon login_domain login_email login_password```
Make sure that your parameters are quoted if they contain any special characters or the script will fail.
If it succeeds, you should see a message similar to this:
```
Logging into Mediatemple...
Got first server ID: xxxxxx
Setting allowed IP: 0.0.0.0
```
Known Issues
------------
* The script will fail if you have reached the allotted number of whitelist IP addresses.
* If you have multiple servers on your account, it will only work for the very first one listed in your account center page.
To Do
-----
* Add option to allow removing all other remote addresses before adding your current IP.