Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:docker [2019/08/16 12:26] – [Installing the Docker daemon] daniel86 | doc:docker [2020/03/09 13:55] (current) – [Setting up admin user] daniel86 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| This page collects information on the installation and usage of openEASE, a web-service based on [[http:// | This page collects information on the installation and usage of openEASE, a web-service based on [[http:// | ||
| + | You can follow the steps described here for any Ubuntu version that has docker independently of the Ubuntu version running inside of openEASE. | ||
| - | ===== Installing | + | ===== Installing |
| Firefox is by far the most tested browser. Packages in ubuntu repositories should work with KnowRob. | Firefox is by far the most tested browser. Packages in ubuntu repositories should work with KnowRob. | ||
| Line 13: | Line 14: | ||
| When the Browser is installed check that [[https:// | When the Browser is installed check that [[https:// | ||
| - | ===== Installing the docker daemon ===== | + | ===== Installing the docker daemon |
| Install Docker following the instructions at https:// | Install Docker following the instructions at https:// | ||
| After installation, | After installation, | ||
| + | |||
| + | In addition, you will need to install docker-compose which is used for the orchestration of the openEASE application. | ||
| + | Install instrucitons for docker-compose can be found here: https:// | ||
| Line 26: | Line 30: | ||
| - | ===== Setting up WebSocket | + | ===== Setting up WebSocket |
| Clients can communicate with the openEASE webserver using SSL encryption. | Clients can communicate with the openEASE webserver using SSL encryption. | ||
| Line 35: | Line 39: | ||
| **// | **// | ||
| - | ===== Setting up Experiment Logs ===== | + | ===== Setting up experiment logs ===== |
| **NOTE: this is subject of change, experiment logs will be inserted differently soon (DB 08/19)** | **NOTE: this is subject of change, experiment logs will be inserted differently soon (DB 08/19)** | ||
| Line 56: | Line 60: | ||
| The volume container is automatically created based on the environment variable next time you start the openEASE webserver. | The volume container is automatically created based on the environment variable next time you start the openEASE webserver. | ||
| - | ===== Setting up Admin User ===== | + | ===== Setting up admin user ===== |
| The admin user is automatically created when the webserver starts for the first time. | The admin user is automatically created when the webserver starts for the first time. | ||
| - | The password is taken from an environment variable. Please add following environment variable to your .bashrc | + | The default |
| - | and replace ' | + | |
| - | export OPENEASE_ADMIN_PASSWORD=" | + | |
| - | + | ||
| - | After you added the export to the .bashrc make sure to log-out and log-in again | + | |
| - | (e.g., by restarting the terminal). | + | |
| - | + | ||
| - | **//NOTE//**: No admin user will be created if this variable is undefined. | + | |

