forked from APE-Project/APE_Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
executable file
·25 lines (19 loc) · 1.1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
APE is a full-featured OpenSource solution designed for Ajax Push. It includes a comet server and a Javascript Framework. APE allows to implement any kind of real-time data streaming to a web browser, without having to install anything on the client-side.
-- Requirements --
To run APE Server you will need any one of the following supported Operating Systems:
* Linux (with a kernel 2.6.16+)
* MacOS X 10.3 computer
* Windows computer with a virtual machine running Linux.
* FreeBSD
-- Downloading APE --
The latest source code can be downloaded from the [APE GitHub Repository](https://github.com/APE-Project/APE_Server).
The Javascript Client Framework can be found here: https://github.com/APE-Project/APE_JSF
-- Installing APE --
Go in the source directory and run
./build.sh
This script will build APE and all its modules. You can now go to Configure APE.
-- Links --
* Official website: http://www.ape-project.org/
* Documentation: http://www.ape-project.org/docs/
* APE Google Group & Support: https://groups.google.com/forum/?fromgroups#!forum/ape-project
* Wiki: https://github.com/APE-Project/APE_Server/wiki