Is mod_mono available for Raspbian? - mono

Is mod_mono available for Raspbian, or is it possible to compile it for Raspbian? Installing mono-complete doesn't provide the required service. Perhaps there is another way to server .net web pages from apache2 on the RaspberryPi?

Try installing libapache2-mod-mono package

Related

Install Framework Phalcon PHP in Ubuntu Desktop

how to install phalcon php in Windows?
I installed wamp and followed the manual from the official page but I couldn't
Be sure correct versiĆ³n of dll to download:
php
be sure the phalcon dll you need.PHalcon DLL
Stop Wamp.
Edit php.ini and insert "extension=php_phalcon.dll"
Restart WAMP

How to install java and .Net progmatically on windows?

I am looking for ways to automatically install java JDK and .Net version on Windows VM. One of the solutions I have found is
https://chocolatey.org/
Other I have found is using silent installer but I am exploring other ways. My initial approach was to use docker but the requirement is as such that I need to install it on VM
I installed it using silent install through batch file

Installation of red5 1.0.5 on windows

Can anyone please tell me how to install RED5 media server version 1.0.5 on windows7,i have already tried installing using executable file from https://github.com/Red5/red5-server/releases but jre file isnot there.Also red5 isn't appearing in Administrative tools/services to start the server.
Make it in following steps:
Uninstall your previous Java and Red5 install. Reboot.
Download JDK 8u45 64 bit and install
Install RED5 1.05 windows and install
Go to RED5 directory and run install service
Reboot
Go to services and make sure RED5 service is installed and start service. 7. Set service to start in "Automatic"

how to update elastix openfire to 3.8.2 version

I have install Elastix 2.4.0 and i want to update openfire version to 3.8.2. First i just download the rmp and make the update
rpm -Uvf
it works but nothing appear in elastix administration.
Somebody can help me?
To update Openfire you must download rpm package and run following command:
rpm -Uvf openfire-3.9.3-1.i386.rpm
After update up to 3.9.3 sometimes(on 64bit systems) you need install mo libraries to start java.
Try it with the following command:
yum install glibc.i686
After that start openfire service from elastix web panel.
You are dear Alexey,
a simple way is to login webshell as root, then type:
# wget http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire-3.9.3-1.i386.rpm
# rpm -Uvf openfire-3.9.3-1.i386.rpm
if you use a 64bits system, please Java will need some additional libreries, install them by typing
# yum install glibc.i686
# reboot
After reboot your Elastix Flavour, start openfire service from elastix web panel, this may redirect your web link to http://yourip.address:9090
replace this IP by yours.
in that case, logout from Elastix GUI and login again..
Then Find your Openfire Server web GUI into Elastix Web configurator.
Happy hacking
CokoTracy

Creating a Mono binary install package for CentOS 5.2

I'm new to Linux but have to port a asp.net app to Linux platform. (CentOS 5.2)
I downloaded the mono source files and manually build them on my dev box, because there's no aviable Binary package for CentOS 5.2 (almost the same as RedHat), the app works well on the dev box.
The next step is to setup the production server, which has minimal libraries installed.
My question is... how to make the Mono binary files into a install package so I don't need to download and build them in the production server.
(My dev box is the same configuration as the production one)
I have tried to copy all mono related files into the server, but with no luck... May I missed some files or some settings...
You can still get binary RPMS here
EDIT:
Recently, Mono announced support for RHEL/CentOS. You can get packages from them here.