File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,23 @@ The best way to install phpMyFAQ is to download it on [phpmyfaq.de](http://www.p
33
33
unzip the package and open http://www.example.org/phpmyfaq/setup/index.php in your browser.
34
34
35
35
### Git for developers
36
+ If you are behind a proxy, run following:
37
+
38
+ git config --global url.http://git.code.sf.net/p/tcpdf/code.insteadOf git://git.code.sf.net/p/tcpdf/code
39
+
40
+ or add the following to your ~ /.gitconfig:
41
+
42
+ [url "http://git.code.sf.net/p/tcpdf/code"]
43
+ insteadOf = git://git.code.sf.net/p/tcpdf/code
44
+
45
+ To install run:
46
+
36
47
37
48
$ git clone git://github.com/thorsten/phpMyFAQ.git
38
49
$ cd phpMyFAQ
39
50
$ curl -s https://getcomposer.org/installer | php
40
51
$ php composer.phar install
52
+ # Don't run the following commands as root, otherwise they fail
41
53
$ npm install
42
54
$ bower install
43
55
$ grunt
You can’t perform that action at this time.
0 commit comments