File tree Expand file tree Collapse file tree 2 files changed +49
-46
lines changed
Expand file tree Collapse file tree 2 files changed +49
-46
lines changed Original file line number Diff line number Diff line change 1+ # Installation
2+
3+ You'll need a PEAR installation on your system.
4+
5+ ## Ubuntu
6+
7+ apt-get install php-pear
8+
9+ ## FreeBSD
10+
11+ cd /usr/ports/devel/php-pear && make install clean
12+
13+ ## Install TillStore
14+
15+ ### From Github:
16+
17+ git clone git://github.com/till/TillStore.git
18+ cd TillStore
19+ pear install -f package.xml
20+
21+ Or:
22+
23+ pear install -f http://cloud.github.com/downloads/till/TillStore/TillStore-0.1.0.tgz
24+
25+ ### From my PEAR channel (soon!)
26+
27+ pear channel-discover pear.lagged.de
28+ pear install lagged/TillStore
29+
30+ ### What does it install?
31+
32+ The location depends on your system, and PEAR configuration.
33+
34+ * Libraries*
35+
36+ * /usr/share/php/TillStore.php
37+ * /usr/share/php/TillStore/Exception.php
38+ * /usr/share/php/TillStore/Server.php
39+
40+ * Executable*
41+
42+ * /usr/bin/TillStore
43+
44+ * Configuration*
45+
46+ * /usr/share/php/data/TillStore/etc/default.ini
47+
48+ (Try ` pear list-files lagged/TillStore ` to verify.)
Original file line number Diff line number Diff line change @@ -34,52 +34,7 @@ Deal with it. And enjoy! :-)
3434
3535## Installation
3636
37- You'll need a PEAR installation on your system.
38-
39- ### Ubuntu
40-
41- apt-get install php-pear
42-
43- ### FreeBSD
44-
45- cd /usr/ports/devel/php-pear && make install clean
46-
47- ### Install TillStore
48-
49- #### From Github:
50-
51- git clone git://github.com/till/TillStore.git
52- cd TillStore
53- pear install -f package.xml
54-
55- Or:
56-
57- pear install -f http://cloud.github.com/downloads/till/TillStore/TillStore-0.1.0.tgz
58-
59- #### From my PEAR channel (soon!)
60-
61- pear channel-discover pear.lagged.de
62- pear install lagged/TillStore
63-
64- #### What does it install?
65-
66- The location depends on your system, and PEAR configuration.
67-
68- * Libraries*
69-
70- * /usr/share/php/TillStore.php
71- * /usr/share/php/TillStore/Exception.php
72- * /usr/share/php/TillStore/Server.php
73-
74- * Executable*
75-
76- * /usr/bin/TillStore
77-
78- * Configuration*
79-
80- * /usr/share/php/data/TillStore/etc/default.ini
81-
82- (Try ` pear list-files lagged/TillStore ` to verify.)
37+ Please see INSTALL.md.
8338
8439## Usage
8540
You can’t perform that action at this time.
0 commit comments