Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Git asks for the Github username and password for accessing the account. Is there a general one to access it? Or do we use our own github account credentials? Or have they just locked it down?
@Kamal, I’m trying to run the git clone at the very start of this tutorial.
When I ran “ant clean install”, I got the following:
BUILD FAILED /root/orientdb/build.xml:131: The following error occurred while executing this line: /root/orientdb/build.xml:21: The following error occurred while executing this line: /root/orientdb/commons/build.xml:18: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK. It is currently set to “/usr/lib/jvm/java-6-openjdk-amd64/jre”
@sharry Before running the command, set the JAVA_HOME environmental variable to point to your java 7 location:
export JAVA_HOME=“/usr/lib/jvm/java-7-openjdk-amd64/”
"You should now be connected to the server and ready to give it commands.
Connect to the database we have using a similar syntax to the server connection. This database has a user of admin and a password of admin as well:"
Do we disconnect 1st or open in a new tab?
orientdb> connect remote:localhost root 48FE2DF793ACCB94E1A8960CB94C1D02FBB869184605B00A9FDBFF3802F4576C Connecting to remote Server instance [remote:localhost] with user ‘root’…OK orientdb {remote:localhost/}> list databases
Found 1 databases:
No database selected yet. orientdb {remote:localhost/}> connect remote:localhost/GrateDeadConcerts admin admin
Disconnecting from remote server [remote:localhost/]… OKConnecting to database [remote:localhost/GrateDeadConcerts] with user ‘admin’… Error: com.orientechnologies.orient.enterprise.channel.binary.OResponseProcessingException: Exception during response processing. Error: com.orientechnologies.orient.core.exception.OConfigurationException: Database ‘GrateDeadConcerts’ is not configured on server orientdb> classes No database selected yet.orientdb>
Really confused now :(
No need to disconnect first, you simply have a typo. It’s “GratefulDeadConcerts” not “GrateDeadConcerts” So the command is:
connect remote:localhost/GratefulDeadConcerts admin admin
thanks this nice tutorial.
but this is a little bit old tutorial. if you want to work orientdb in background, “./server.sh &” command not work anymore. you can follow these steps for that purpose.
thanks this nice tutorial.
but this is a little bit old tutorial. if you want to work orientdb in background, “./server.sh &” command not work anymore. you can follow these steps for that purpose.