mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-11-09 07:05:53 +00:00
Compare commits
3 Commits
6f800bb058
...
8424c9f2f5
| Author | SHA1 | Date | |
|---|---|---|---|
| 8424c9f2f5 | |||
| 080ee64a96 | |||
| 0d91d63001 |
@ -12,11 +12,10 @@ comments = true
|
|||||||
justify = false # text-align: justify;
|
justify = false # text-align: justify;
|
||||||
single = false # display as a single page, hide navigation on bottom, like as about page.
|
single = false # display as a single page, hide navigation on bottom, like as about page.
|
||||||
license = "" # CC License
|
license = "" # CC License
|
||||||
|
draft = false
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
||||||
A server configuration is a set of instructions that tells a computer how to operate. The instructions can include the type of hardware to use, the software to install, and the settings to use. A server configuration can be used to set up a new computer, or to change the settings on an existing computer.
|
|
||||||
Here is the configuration I usually use for my fresh new sever:
|
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
# Step 1
|
# Step 1
|
||||||
@ -53,7 +52,9 @@ Here is the configuration I usually use for my fresh new sever:
|
|||||||
Zend Module Api No: 20160303
|
Zend Module Api No: 20160303
|
||||||
Zend Extension Api No: 320160303
|
Zend Extension Api No: 320160303
|
||||||
Please provide the prefix of libyaml installation [autodetect] :
|
Please provide the prefix of libyaml installation [autodetect] :
|
||||||
|
## if errors:
|
||||||
|
$sudo brew install autoconf
|
||||||
|
$sudo pecl install --ignore-errors yaml
|
||||||
# Step 5
|
# Step 5
|
||||||
|
|
||||||
Please provide the prefix of libyaml installation [autodetect] : /opt/homebrew/Cellar/libyaml/0.2.5
|
Please provide the prefix of libyaml installation [autodetect] : /opt/homebrew/Cellar/libyaml/0.2.5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user