Welcome to the Nuxeo DM Install Guide. You have just downloaded Nuxeo DM, for instance from the download page on nuxeo.com. Now how do you try it on your computer? Nuxeo DM can be installed on any computer, providing that Java is installed. Installing Nuxeo DM takes 3 simple steps: - Install the downloaded package,
- Start the server,
- Go on Nuxeo DM in a browser.
See below to install Nuxeo DM on Windows and on Mac OS and Linux. Once Nuxeo DM is installed, you may want to install some additional resources used for some DM features. In this section, we explain how to install the different Nuxeo DM packages available for download: Install Nuxeo DM on Mac OS and LinuxDepending on the distribution you downloaded, you have: - a .zip file (simple archive, multi-OS compliant)
- a .deb file (Linux Debian specific installer)
Starting Nuxeo server takes between 30 sec and several minutes, depending on your hardware and the distribution you have chosen to install.
Install a JBoss or Tomcat Nuxeo DM with ZIP archiveTo install Nuxeo DM on Mac OS or Linux, you need the .zip package. | Panel |
|---|
| bgColor | #FFFFFF |
|---|
| borderStyle | dashed |
|---|
| - Unzip the downloaded ZIP file.
- Launch a terminal and go to your installation directory.
- Make the scripts executable (some ZIP tools lose the executable bit):
| Code Block |
|---|
chmod +x *.sh *ctl |
- Start the server using nuxeoctl script:
| Code Block |
|---|
./nuxeoctl start |
- On Mac OS X, you can also use convenient commands from the Finder:
- Make the .command files executable:
| Code Block |
|---|
chmod +x *.command |
- Click from the Finder on "Start Nuxeo.command" or "Stop Nuxeo.command"
| Tip |
|---|
You can also drag and drop the start script in the terminal and press Enter. |
|
Install a JBoss or Tomcat Nuxeo DM with Debian installerHere are the steps to install a Nuxeo DM using the Debian installer. | Panel |
|---|
| bgColor | #FFFFFF |
|---|
| borderStyle | dashed |
|---|
| - Double-click on the .deb installer you downloaded and follow the instructions displayed.
- Nuxeo is installed as a service. To start or stop it, use the invoke-rc.d command on nuxeo-dm service from a terminal:
| Code Block |
|---|
sudo invoke-rc.d nuxeo-dm \[start\|stop\|status\|restart\] |
|
Install a JBoss or Tomcat Nuxeo DM with APT sources for DebianHere are the steps to install a Nuxeo DM using the APT sources for Debian. | Panel |
|---|
| bgColor | #FFFFFF |
|---|
| borderStyle | dashed |
|---|
| - Activate partner sources for JDK Sun install (click on "System/Administration/Software Sources" then check the "multiverse" source)
- Then either use your preferred graphical interface (Synaptic, ...)
- add
"deb http://apt.nuxeo.org/ lucid releases" to the software sources - click on nuxeo-dm-jboss (apt://nuxeo-dm-jboss) or nuxeo-dm-tomcat (apt://nuxeo-dm-tomcat)
- either issue the following commands in a terminal:
| Code Block |
|---|
sudo add-apt-repository "deb http://apt.nuxeo.org/ lucid releases"
sudo apt-get update
sudo apt-get install nuxeo-dm-jboss
# or
sudo apt-get install nuxeo-dm-tomcat |
- Follow the instructions displayed.
- Nuxeo is installed as a service. To start or stop it, use the invoke-rc.d command on nuxeo-dm service from a terminal:
| Code Block |
|---|
sudo invoke-rc.d nuxeo-dm \[start\|stop\|status\|restart\] |
|
Install Nuxeo DM on WindowsDepending on the distribution you downloaded you have: - a .exe file (Windows specific installer)
- a .zip file (simple archive, multi-OS compliant)
Starting takes between 30 sec and several minutes, depending on your hardware. Install a JBoss or Tomcat Nuxeo DM with Windows installerHere are the steps to install a Nuxeo DM using the Windows installer. | Panel |
|---|
| bgColor | #FFFFFF |
|---|
| borderStyle | dashed |
|---|
| - Double-click on the .exe installer you downloaded and follow the instructions displayed.
 - To start the server, in
Programs/Nuxeo DM, click on Nuxeo DM then use the buttons in this Nuxeo control panel to start/stop the server and show/hide the logs. 
| Tip |
|---|
If you installed Nuxeo as a Windows service (automatically done when using the Nuxeo installer for Windows), you can use the service for starting the server instead of the Nuxeo control panel. |
|
Install a JBoss or Tomcat Nuxeo DM with ZIP archiveHere are the steps to install a Nuxeo DM using the ZIP archive. | Panel |
|---|
| bgColor | #FFFFFF |
|---|
| borderStyle | dashed |
|---|
| - Unzip the downloaded ZIP file at the root of
C:. - Start Nuxeo by double-clicking on NuxeoCtl.exe in the folder
C:\Nuxeo DM x.x.x\bin\.
|
Connect to the server using your web browser- Open a browser and type the URL
http://localhost:8080/nuxeo/. - Log into Nuxeo EP using the Administrator user name and the Administrator password.
 Once logged with superuser credentials, you can start creating regular users and organize your folders.
Install Nuxeo DM virtual machine imageNuxeo DM is available in ready-to-use virtual machine images from nuxeo.com. VM images are available for VMWare and Virtual Box. They provide a full environment (OS, database…) and all required dependencies. |