Skip to content

Installation

ifuschini edited this page Mar 23, 2018 · 2 revisions

10 minutes

This is the time u need to install AMF+ from a clear OS.

Requirement What you need before:

*Install apache webserver 2.0.x, 2.2.x or newer (downloadable from http://httpd.apache.org)

For install you need to have in your machine curl library (downloadable from https://curl.haxx.se/download.html) , here you can found how to install it:

Ubuntu:

apt-get install libcurl4-gnutls-dev

or

apt-get install libcurl4-openssl-dev 

or

sudo aptitude install libcurl-dev

CentOS:

sudo apt-get install libcurl-dev

or

sudo apt-get install libcurl4-openssl-dev

or

sudo apt-get install libcurl4-gnutls-dev

or

yum install curl-devel

Installation Run this command:

sh ./install.sh

and edit in httpd.conf this parameter:

   AMFHome /Users/idelfuschini/SVILUPPO_PLUGIN/apache2_dev/Apache2/AMF_Home 

and then start your web server:

apachectl start

Clone this wiki locally