Skip to content

Commit

Permalink
Move viewr
Browse files Browse the repository at this point in the history
  • Loading branch information
ymd-stella committed Jul 8, 2023
1 parent 494c31d commit a5dfcab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ If you need to access to any files and directories on a host machine from the co
Instructions for SocketViewer
=============================

``Dockerfile.socket`` and ``viewer/Dockerfile`` can be used for easy installation.
``Dockerfile.socket`` and ``Dockerfile`` in `socket_viewer <https://github.com/stella-cv/socket_viewer>`__ can be used for easy installation.
This chapter provides instructions on building and running examples with SocketViewer support using Docker.

Building Docker Images
Expand Down Expand Up @@ -108,8 +108,8 @@ Execute the following commands:

.. code-block:: bash
cd /path/to/stella_vslam
cd viewer
git clone --recursive https://github.com/stella-cv/socket_viewer.git
cd socket_viewer
docker build -t stella_vslam-viewer .
Starting Docker Containers
Expand Down
6 changes: 4 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@ If you plan on using SocketViewer, please setup the environment for the server w
.. code-block:: bash
$ cd /path/to/stella_vslam/viewer
$ git clone --recursive https://github.com/stella-cv/socket_viewer.git
$ cd socket_viewer
$ ls
Dockerfile app.js package.json public views
$ npm install
Expand All @@ -442,7 +443,8 @@ Then, launch the server with ``node app.js``.
.. code-block:: bash
$ cd /path/to/stella_vslam/viewer
$ git clone --recursive https://github.com/stella-cv/socket_viewer.git
$ cd socket_viewer
$ ls
Dockerfile app.js node_modules package-lock.json package.json public views
$ node app.js
Expand Down

0 comments on commit a5dfcab

Please sign in to comment.