Remove src/ui folder, moved to:

https://github.com/GrammaticalFramework/gf-offline-translator
This commit is contained in:
John J. Camilleri
2018-11-15 10:33:31 +01:00
parent 422248f11f
commit 735f5ff76f
340 changed files with 4 additions and 28240 deletions

View File

@@ -1,4 +1,4 @@
# Run with (with -D for no-daemon)
# Run with (with -D for no-daemon)
# /usr/sbin/lighttpd -f lighttpd.conf -D
#
@@ -10,8 +10,9 @@ server.modules = (
"mod_cgi"
)
var.basedir = var.CWD
var.basedir = var.CWD
# John: no longer valid after removing `src/ui` 2018-11-15
server.document-root = basedir + "/../ui/gwt/www"
server.errorlog = basedir + "/error.log"
@@ -96,4 +97,3 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
## bind to port (default: 80)
server.port = 41296