This repository was archived by the owner on Jun 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,17 +23,40 @@ The following steps will be taken care of:
2323* Zip PHP extension (` sudo apt-get install php7.0-zip ` )
2424* Composer (via global binary or ` composer.phar ` in your working directory)
2525
26+ ## Tested on
27+
28+ * Ubuntu 15.10
29+ * Windows 7 (using ` Git Bash ` )
30+
31+
2632## Installation
2733
2834``` composer global require offline/oc-bootstrapper ```
2935
30- Now you should be able to call ` october ` from your command line.
36+ You can now run ` october ` from your command line.
3137
3238``` bash
3339$ october
34- October CMS Bootstrapper version 0.0.1
40+ October CMS Bootstrapper version 0.0.7
3541```
3642
43+ ### Fix cURL error 60 on Windows using XAMPP
44+
45+ If you are working with XAMPP on Windows you will most likely get the following error during ` october install ` :
46+
47+ cURL error 60: SSL certificate problem: unable to get local issuer certificate
48+
49+ You can fix this error by executing the following steps.
50+
51+ 1 . Download the ` cacert.pem ` file from [ VersatilityWerks] ( https://gist.github.com/VersatilityWerks/5719158/download )
52+ 2 . Extract the ` cacert.pem ` to the ` php ` folder in your xampp directory (eg. ` c:\xampp\php ` )
53+ 3 . Edit your ` php.ini ` (` C:\xampp\php\php.ini ` ). Add the following line.
54+
55+ ` curl.cainfo = "\xampp\php\cacert.pem" `
56+
57+ ` october install ` should work now as expected.
58+
59+
3760## Usage
3861
3962### Initialize your project
You can’t perform that action at this time.
0 commit comments