diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-30 20:25:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-08 18:26:00 +0200 |
commit | a8bbc544cac714378e18f85b5f18d2988a752c5f (patch) | |
tree | 52c4268fa90fdd1132e0ebb14daa6e6f1aea6ca2 /INSTALL-DEV | |
parent | dd0f7ec5e776c25cbb0b6715bf62d52a9965f9b1 (diff) |
Support package dependency version range
Diffstat (limited to 'INSTALL-DEV')
-rw-r--r-- | INSTALL-DEV | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL-DEV b/INSTALL-DEV index 3ba9ff5..b81d7fb 100644 --- a/INSTALL-DEV +++ b/INSTALL-DEV @@ -118,3 +118,4 @@ data, and reload the Apache2 plugin), execute the following from brep/: psql --quiet -d brep -f brep/package.sql loader/brep-loader tests/loader/r.conf sudo /etc/init.d/apache2 restart +sudo systemctl restart apache2 |