|
Lines 45-51
IMPORTANT: You _MUST_ follow all the steps outlined there for
Link Here
|
| 45 |
1.3.1 Option A: Download Koha via Git (optional) |
45 |
1.3.1 Option A: Download Koha via Git (optional) |
| 46 |
|
46 |
|
| 47 |
$ sudo apt-get install git-core git-email |
47 |
$ sudo apt-get install git-core git-email |
| 48 |
$ git clone git://git.koha-community.org/pub/scm/koha.git kohaclone |
48 |
$ git clone git://git.koha-community.org/koha.git kohaclone |
| 49 |
$ cd kohaclone |
49 |
$ cd kohaclone |
| 50 |
$ git checkout -b myinstall origin |
50 |
$ git checkout -b myinstall origin |
| 51 |
|
51 |
|
| 52 |
- |
|
|