Skip to content

Commit

Permalink
Add cd commands and undo linebreak
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Bromig <lukas.bromig@tum.de>
  • Loading branch information
Lbromig committed Mar 26, 2021
1 parent 370ae10 commit 355f1e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/03_Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,8 @@ Check that protobuf has been reinstalled.

.. code-block:: console
sudo cp server-config/device-manager-backend.supervisor.conf
/etc/supervisor/conf.d
sudo cp server-config/device-manager-scheduler.supervisor.conf
/etc/supervisor/conf.d
sudo cp server-config/device-manager-backend.supervisor.conf /etc/supervisor/conf.d
sudo cp server-config/device-manager-scheduler.supervisor.conf /etc/supervisor/conf.d
11. Create the device-manager user and group and add yourself

Expand Down Expand Up @@ -382,6 +380,7 @@ edit /etc/redis/redis.conf and change *supervised no* to *supervised systemd*
cd user_script_env
sudo docker build -t user_script .
cd ..
19. Deploy backend service

Expand All @@ -398,6 +397,7 @@ edit /etc/redis/redis.conf and change *supervised no* to *supervised systemd*
cd frontend
sudo make
sudo make install
cd ..
22. Start and enable Nginx

Expand Down

0 comments on commit 355f1e6

Please sign in to comment.