-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
38 lines (22 loc) · 1.14 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
26
27
28
29
30
31
32
33
34
35
36
37
This is a javascript client for the Chimp protocol which is built on top of APE
You can try it out at http://gui.grafiki.org/
It's built on top of the official APE client.
It adds the following:
APE error reporting
Simpler API
= Configuration =
You need to create an ape_config.js file in js/ in order for the app to work
If you're running everything as localhost, you can simply copy the file js/ape_config_example.js to js/ape_config.js
Now set up a webserver that has the files from this project in its root dir and listens on 127.0.0.1 port 80.
Using this setup, you will need an internet connection. Yes even for local development. If you want to understand why, or get around that, read on. Otherwise go to http://apel.grafiki.org/ and you're ready to go.
APE needs a very high number (how many?) of
subdomains like:
1.mydomain
2.mydomain
3.mydomain
etc.
The example conf uses *.apel.grafiki.org, which resolves to 127.0.0.1
If you don't feel like needing an internet connection for local development
you have to add these many entries to your /etc/hosts
(remembering to edit the ape_config.js file)
or run a local DNS server.