# ee /etc/pkg/FreeBSD.conf
```
- change this line (11):
+ change this line (11):
```
url: "pkg+http://pkg.FreeBSD.org/${ABI}/quaterly",
```
- to:
+ to:
```
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
# visudo
```
- Uncomment the line 90
+ Uncomment the line 90
```
%wheel ALL=(ALL) ALL
# ee /etc/rc.conf
```
- Add the following lines
+ Add the following lines
```
postgresql_enable="YES"
nginx_enable="YES"
```
- Initialize database and start services
+ Initialize database and start services
```
# service postgresql initdb