Changes

Jump to navigation Jump to search
172 bytes removed ,  15:42, 10 January 2011
no edit summary
</code>
Alternatively :Or the server can be started alternatively without the -i flag. Note, that you have to restart the server to execute further commands from this shell.
<code>
: > java -cp BaseX.jar org.basex.BaseXServer
</code>
*A default admin user is created(you can change the password with the [[Commands|PASSWORD]] command):
:Username: admin
:Password: admin
 
:You can change the password with the [[Commands|PASSWORD]] command.
*Alternatively adding the <code>-i</code> flag lets you interact (execute commands, add databases or users) with the server during runtime.
<code>
:> java -cp BaseX.jar org.basex.BaseXServer -i
</code>
*Once the server has successfully started you see the following lines:
===Starting the Client===
*Open a new terminal window, make sure you are in the right directory.
*Executethe following to start the client::<code>:> java -cp BaseX.jar org.basex.BaseXClient
</code>
<br/>
*If you haven't changed the password with the server, you can login as default user (admin/admin).
administrator, Bureaucrats, editor, reviewer, Administrators
408

edits

Navigation menu