No CONF directory


bsa...@...
 

I did a a clone of JanusGraph and after the doing the "mvn clean install", I do not have bin or a conf directory. 

Any ideas?
MacOS High Sierra 
Java 1.8.xx


Jason Plurad <plu...@...>
 

Is there a document that says there would be a bin or conf directory after running that command? It might need updating.

I believe on the 0.1 that behavior still exists, but on 0.2 and master you can build a distribution then unzip it.

mvn clean install -DskipTests -Dgpg.skip -Pjanusgraph-release
unzip
-q janusgraph-dist/janusgraph-dist-hadoop-2/target/janusgraph-*.zip

https://github.com/JanusGraph/janusgraph/blob/master/BUILDING.md


On Wednesday, August 1, 2018 at 6:10:05 PM UTC-4, Bahram Samani wrote:
I did a a clone of JanusGraph and after the doing the "mvn clean install", I do not have bin or a conf directory. 

Any ideas?
MacOS High Sierra 
Java 1.8.xx