Last active
June 6, 2017 12:40
-
-
Save dgleba/97c7f276bd9427b52ee002290ede7671 to your computer and use it in GitHub Desktop.
Eclipse Sftp remote ruby project 2017-05-24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ref: | |
| see screenshots. | |
| https://www.dropbox.com/sh/dajsaigu12rycp6/AABHUGU9X9Kh7Zn6-F_v8ymca?dl=0 | |
| 1. | |
| install eclipse.. | |
| - https://www.eclipse.org/downloads/eclipse-packages/ | |
| - C:\Users\David\Downloads\eclipse-inst-win64.exe | |
| - install php package since it has html js and css support. | |
| 4. | |
| Add update sites from "Install software" (Go to Help -> Install New Software. ...) | |
| - DLTK - (ruby and shelled) | |
| - add this path.. http://download.eclipse.org/technology/dltk/updates-dev/latest/ | |
| 5. | |
| then install the following.. | |
| DLTK - | |
| - * Ruby Development Tools | |
| - * ShellEd IDE | |
| then later maybe.. | |
| - Javascript IDE | |
| - Python IDE | |
| 6. | |
| install remote support. | |
| - Go to 'Help' -> 'Install New Software' (in older Eclipses, this is called something a bit different) | |
| - In the 'Work with:' drop-down, select your version's plugin release site. Example: for Neon not Kepler, this is | |
| - Neon - http://download.eclipse.org/releases/neon | |
| - In the filter field, type 'remote'. | |
| - Check the box next to 'Remote System Explorer End-User Runtime' | |
| - Click 'Next', and accept the terms. It should now download and install. | |
| - After install, Eclipse may want to restart. | |
| - installed.. | |
| Remote System Explorer End-User Runtime 3.7.2.201610260947 | |
| ref.. | |
| https://stackoverflow.com/questions/95800/how-do-i-add-ftp-support-to-eclipse/6944100#6944100 | |
| 7. | |
| open ruby project on remote sftp | |
| - Window -> Open Perspective -> (perhaps select 'Other') -> Remote System Explorer | |
| - File -> New -> Other -> Remote System Explorer (folder) -> Connection (or type Connection into the filter field) | |
| - Choose 'SSH only' from the 'Select Remote System Type' panel. | |
| - Fill in your host info in the next panel (username and password come later). | |
| - In the Remote Systems panel, right-click the hostname and click 'connect'. | |
| - Enter username + password and you're connected. | |
| - In remote systems left panel. | |
| - browse to the ruby project folder on the remote server. | |
| - right click the folder and select 'create remote project' | |
| - windows perspective open other 'ruby' | |
| - the project is there in the left file pane. | |
| Done. See screenshots at ref at top. | |
| see also.. | |
| https://gist.github.com/dgleba/1735ff1044ca2d3cd4592d0bff974e8b | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| Title: Eclipse-Porta | |
| Unzip, click and run - semi-portable eclipse for ruby. | |
| I also created this semi portable installation. | |
| How to use: | |
| unpack eclipse_porta.7z into c:\p2\eclipse_porta | |
| click on : | |
| C:\p2\eclipse_porta\php-latest-released\eclipse\eclipse.exe | |
| Note: | |
| This works with C:\Program Files\Java\jre1.8.0_131 | |
| _____________ | |
| I did this to create it.. | |
| C:\var\copy\eclipse-inst-win64.exe | |
| menu advanced mode | |
| permanent installer location c:\p2\eclipse-installer | |
| no pool | |
| all in c:\p2\eclipse_porta | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| David Gleba | |
| 2017-05-24 | |
| [email protected] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment