Code Monkey home page Code Monkey logo

nuclide-remote's Introduction

nuclide-remote

The Nuclide-remote Docker container enables remote editing with Nuclide. Further documentation about Nuclide can be found at: https://nuclide.io/docs/features/remote/

Version

Supports version 0.219.0 of Nuclide IDE. Can be adjusted in Dockerfile.

Connectivity

Communication between Nuclide and Nuclide-remote uses 2 ports:

  • ssh/23: needed to start nuclide remote inside Docker container
  • 9090: the Nuclide communication channel

Example

Setup access to a project at /home/test/hello-world on a remote host on 192.100.01.10. Ssh will be run over port 9091 and 9090 will be used by Nuclide for communication.

On the remote host start this Docker container. Prebuilt image marcel/nuclide-remote available on Docker-Hub:

sudo docker run -d -p 9090:9090 -p 9091:22 -v /home/test/hello-world:/hello-world marcel/nuclide-remote

On the local machine start Nuclide, select Packages/Connect.. and enter the connection information:

  • Username: root
  • Server: 192.100.01.10
  • Initial Directory: /hello-world
  • Password: nuclide
  • SSH Port: 9091
  • Remote Server Command: nuclide-start-server -p 9090

After pressing ok the remote directory will show up in navigator and will be ready for editing.

nuclide-remote's People

Contributors

neuhausler avatar

Watchers

Wabbit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.