Since build 7.2.2795 DayPilot Pro is compatible with Mono (open-source .NET framework for Linux, Mac OS X, and Windows).
It is tested with Ubuntu 12.04 LTS and Mono 2.10.8.1.
1. Install mono:
sudo apt-get install mono-complete
2. Check the installed version:
mono --version
Output:
daypilot@ubuntu:~$ mono --version Mono JIT compiler version 2.10.8.1 (Debian 2.10.8.1-1ubuntu2.2) Copyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack Notifications: epoll Architecture: amd64 Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: Included Boehm (with typed GC and Parallel Mark)
3. Install mono xsp server:
sudo apt-get install mono-xsp4 mono-xsp4-base asp.net-examples
1. Copy the Demo directory from DayPilot Pro package to /home/daypilot/Demo.
2. Go to the /home/daypilot/Demo directory:
cd /home/daypilot/Demo
3. Run the xsp server
xsp4
Output
daypilot@ubuntu:~/Demo$ xsp4 xsp4 Listening on address: 0.0.0.0 Root directory: /home/daypilot/Demo Listening on port: 8080 (non-secure) Hit Return to stop the server.
4. Open the browser