Skip to content
Snippets Groups Projects
Commit cc90d3b3 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Typo

parent 83a6489a
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ There is a script that provision 2 VMs on Vutlr for tests purpose. ...@@ -19,7 +19,7 @@ There is a script that provision 2 VMs on Vutlr for tests purpose.
``` ```
export VULTR_API_KEY= export VULTR_API_KEY=
./script/start.sh #need root access to modify your /etc/hosts ./scripts/start.sh #need root access to modify your /etc/hosts
ssh root@server.test ssh root@server.test
cd /data/indiehosters cd /data/indiehosters
./tests/start.sh ./tests/start.sh
...@@ -28,7 +28,7 @@ reboot ...@@ -28,7 +28,7 @@ reboot
ssh root@server.test ssh root@server.test
./tests/stop.sh ./tests/stop.sh
exit exit
./script/stop.sh #need root access to modify your /etc/hosts ./scripts/stop.sh #need root access to modify your /etc/hosts
``` ```
Most of the tests are "visual", but by reading them, it gives you an idea on how to start and stop services. Most of the tests are "visual", but by reading them, it gives you an idea on how to start and stop services.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment