Instructions for the Trial

You can try LogicalDOC in different ways, this page lists the options you have available.

Install the application in your server

All the installation packages are available here: http://dist.logicaldoc.com
Detailed instructions for installing in different platforms are available at the following address: http://docs.logicaldoc.com/installation

License Code

Whatever is your chosen platform the installation procedure will ask you to input your license code(aka UserNo). You find it in all the messages we send you during your trial.

Access a live demo

You can access our live demo at https://demo.logicaldoc.com
Username: admin
Password: admin

Limitations

Please note that the Live Demo is not a trial of our LogicalDOC Cloud solution but it's just an installation accessible to everyone via the Internet, which allows you to get a first impression of the product without having to install it locally.
Not all the features are available, and the data are deleted and restored regularly so this installation is not suitable for performing formal test cases with your own data.

Install the application with Docker

If you have Docker installed in your server, just execute these commands in a shell:
$ docker run -d --name=mysql-ld --env="MYSQL_ROOT_PASSWORD=mypassword" --env="MYSQL_DATABASE=logicaldoc" --env="MYSQL_USER=ldoc" --env="MYSQL_PASSWORD=changeme" mysql:5.7

$ docker run -d -p 8080:8080 --env LDOC_USERNO=your_userno --link mysql-ld logicaldoc/logicaldoc
You should be able to access LogicalDOC at http://localhost:8080
Username: admin
Password: admin

Detailed instructions for using Docker are available at the following address: https://docs.logicaldoc.com/installation/install-with-docker

Guides and more informations