forked from ericabouaf/wireit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL.txt
31 lines (23 loc) · 937 Bytes
/
INSTALL.txt
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
WireIt installation
--------------------
WireIt is mostly a bunch of static files.
* download the latest WireIt zip (from http://javascript.neyric.com/wireit)
or
clone the WireIt repository (http://github.com/neyric/wireit/tree/master)
* Copy the following directory structure to your project's library directory:
wireit/
- build/
- css/
- images/
- js/
- lib/
WiringEditor installation
-------------------------
* Install the inputEx library:
* download the latest inputEx zip (http://javascript.neyric.com/inputEx)
* uncompress it to the wireit/lib/inputex directory
* Configure the backend:
* copy the backend/"language you want to use" directory to your wireit directory
* edit the config script with your database access
* make sure the backend files are accessible by your webserver and that the language module is loaded
(the php backend requires a working php installation...)