APE Project 1.1.1 on Ubuntu 14.04 64 bit
1. Install Ubuntu 14.04 and the following dependencies: apt-get install g++ gcc unzip make zip libmysqlclient-dev 2. Download package from http://ape-project.org/download/ (http://ape-project.org/download/stable/ape_server-1.1.1-amd64.deb) 3. Install libmysqlclient16 dependencies: For 64 bit wget http://launchpadlibrarian.net/94808408/libmysqlclient16_5.1.58-1ubuntu5_amd64.deb sudo dpkg -i libmysqlclient16_5.1.58-1ubuntu5_amd64.deb (http://askubuntu.com/questions/141761/where-can-i-find-the-mysql-workbench-dependencies) 4. Install package: sudo dpkg -i ape_server-1.1.1-amd64.deb 5. Start service: sudo service ape-server start refer to: https://github.com/APE-Project/APE_Server/wiki/APE-Server-install https://github.com/APE-Project/APE_Server/wiki











