You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hugegraph-loader/assembly/travis/install-hugegraph-from-source.sh
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@ mkdir ${HTTPS_SERVER_DIR}
40
40
# TODO: lack incubator after apache package release (update it later)
41
41
cp -r apache-hugegraph-*/. ${HTTPS_SERVER_DIR}
42
42
cd"$(find apache-hugegraph-*| head -1)"
43
-
44
43
# start HugeGraphServer with http protocol
45
44
sed -i 's|gremlin.graph=org.apache.hugegraph.HugeFactory|gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy|' conf/graphs/hugegraph.properties
46
45
sed -i 's|#auth.authenticator=.*|auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator|' conf/rest-server.properties
0 commit comments