If you use Ubuntu (64 bits): 

# installation 1.1.1 
apt-get install mysql-common
wget 
http://launchpadlibrarian.net/94808408/libmysqlclient16_5.1.58-1ubuntu5_amd64.deb
dpkg -i libmysqlclient16_5.1.58-
1ubuntu5_amd64.deb
wget http://www.ape-project.org/stable/APE_Server-1.1.1-amd64.deb
dpkg -i APE_Server-1.1.1-amd64.deb

# update with 1.1.2 for websockets
apt-get install git
cd ~
git clone https://github.com/APE-Project/APE_Server.git
cd APE_Server/
./build.sh
# if compiled
service ape-server stop
rm /usr/bin/aped
cp ./bin/aped /usr/bin/


-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to ape-project@googlegroups.com
To unsubscribe from this group, send email to
ape-project+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to