Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -47,15 +47,17 @@ The only next trick is to change the host directory to the working directory.
|
|||||||
|
|
||||||
1.check where is configuration. Generally, apache2 configuration file is located in /etc/apache2/ folder.
|
1.check where is configuration. Generally, apache2 configuration file is located in /etc/apache2/ folder.
|
||||||
|
|
||||||
_vi /etc/apache2/apache2.conf_
|
nano /etc/apache2/apache2.conf
|
||||||
in that file, you can find out the location of "DocumentRoot" config
|
in that file, you can find out the location of "DocumentRoot" config. It might look like this:
|
||||||
|
|
||||||
|
Include sites-enabled/
|
||||||
|
|
||||||
Include sites-enabled/
|
|
||||||
that indicates your configration file is in "/etc/apache2/sites-enabled/".
|
that indicates your configration file is in "/etc/apache2/sites-enabled/".
|
||||||
|
|
||||||
2.Edit DocumentRoot config
|
2.Edit DocumentRoot config
|
||||||
|
|
||||||
vi /etc/apache2/sites-enabled/000-default
|
nano /etc/apache2/sites-enabled/000-default
|
||||||
|
|
||||||
In that file, you can find the "DocumentRoot" like below
|
In that file, you can find the "DocumentRoot" like below
|
||||||
|
|
||||||
DocumentRoot /home/glenturner/catkin\_ws/src/asctec\_pelican\_gui
|
DocumentRoot /home/glenturner/catkin\_ws/src/asctec\_pelican\_gui
|
||||||
|
|||||||
Reference in New Issue
Block a user