aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-20 15:54:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-20 15:54:10 +0200
commit6ff87331aa452f0971cacbc34a06e2c2b30a00dd (patch)
tree216e1c33ae582742f4a23d7bdb094bf45470f9ef
parent2f6fcc01e35dd60ab900924ed7b043f3ccf873d2 (diff)
Fix incorrect path in ln command in INSTALL
-rw-r--r--INSTALL3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 9576d0b..97669de 100644
--- a/INSTALL
+++ b/INSTALL
@@ -37,7 +37,6 @@ b) Install PostgreSQL 9.x and Apache2 using your distribution's packages.
[Note that strictly speaking www-data in the above command is the Apache2
group, not user. However, most installations use the same name for both.]
-
c) Install PostgreSQL and Apache2 development files. Specifically, we need
PostgreSQL's libpq and Apache's libapr and web server development files.
Below are the names of their packages for some distributions:
@@ -132,7 +131,7 @@ $ edit config/brep-module.conf # Adjust default values if required.
If you happy to run with the default values, you can instead do:
-$ ln -s install/share/brep/etc/brep-module.conf config/
+$ ln -s ../install/share/brep/etc/brep-module.conf config/
Here we assume you have setup an appropriate Apache2 virtual server. Open the
corresponding Apache2 .conf file and add the following inside VirtualHost (you