Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Understanding remote_user and remote_addr #2

Open
samueleastdev opened this issue Aug 21, 2012 · 0 comments
Open

Understanding remote_user and remote_addr #2

samueleastdev opened this issue Aug 21, 2012 · 0 comments

Comments

@samueleastdev
Copy link

i have updated ruby to the latest and i have installed grit so here is where i am at so far.

downloaded

sudo gem install grit -s http://gemcutter.org

Then

http://logging.rubyforge.org/

Then run

./RubyDrop &

This then starts and if i try to run again i get below.

/Users/users/Documents/Titanium_Studio_Workspace/RubyDrop/lib/tcp_listen.rb:14:in `initialize': Address already in use - bind(2) (Errno::EADDRINUSE)
        from /Users/samueleast/Documents/Titanium_Studio_Workspace/RubyDrop/lib/tcp_listen.rb:14:in `open'
        from /Users/samueleast/Documents/Titanium_Studio_Workspace/RubyDrop/lib/tcp_listen.rb:14:in `initialize'
        from /Users/samueleast/Documents/Titanium_Studio_Workspace/RubyDrop/lib/rubydrop.rb:24:in `new'
        from /Users/samueleast/Documents/Titanium_Studio_Workspace/RubyDrop/lib/rubydrop.rb:24:in `initialize'
        from ./RubyDrop:11:in `new'
        from ./RubyDrop:11:in `<main>'

[3]+  Exit 1                  ./RubyDrop

Ok i have edited the config.yml file and set my tcp settings as below.


# For security reasons, this should be a private IP
tcp_listen_ip: 127.0.0.1

# The port that the TCP server should listen on
tcp_listen_port: 1234

I can see its created the RubyDrop folder in my system i can drag files to this i dont understand below.

# The remote user
remote_user: my_user

# The remote address (can be IP or hostname)
remote_addr: myserver.com

is the remote user my git username and address my git repo?

Would really like to get this working but dont now where to go from here any chance of a quick video screencast explain this.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant