Share this blog

Bookmark and Share

Expert Tips

An easy way to track project document dependencies.

Did you know that you can view dependencies between different project documents by simply right-mouse clicking on a document when in project view and opening the properties dialog.

The dependency tab in this dialog displays all project documents that are used by this document. But more importantly, it also lists all project items that use this document.

Login

Recent Posts

Archives

Categories

Morfik Links

Posts Tagged ‘XApp’

How to deploy Morfik XApps as a native Apache module under Linux

In my last blog we went through commissioning and connecting to a Linux virtual machine on the Amazon cloud. Today we’ll look at running a Morfik XApp as an Apache module on that system.

After commissioning the server we used Putty for Windows to connect to the server and we got to the point where we made a secure connection to the server and logged in as the root user.

Since we are going to deploy the XApps as an Apache module we need to make sure an Apache 2 web server is installed and running on the system.

To install the Apache web server we use the “yum” command. Yum is an automatic updater and package installer/uninstaller for systems using rpm packages.

Read more ...