This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
installation:02-software-components [2020/01/27 12:40] mpospisek [Software Installation] |
installation:02-software-components [2020/03/25 21:17] (current) mpospisek ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Software Components ====== | ====== Software Components ====== | ||
| + | |||
| + | ADUCID supports two database systems: PostgreSQL and Microsoft SQL. | ||
| + | * If you decide to use default PostgerSQL database, install it according to the next section. | ||
| + | * If you want to use Microsoft SQL database located on some other host, refer to section [[installation: | ||
| ===== PostgreSQL ===== | ===== PostgreSQL ===== | ||
| Line 33: | Line 37: | ||
| <sxh bash> | <sxh bash> | ||
| # IPv4 local connections: | # IPv4 local connections: | ||
| - | host all | ||
| host all | host all | ||
| </ | </ | ||
| Line 241: | Line 244: | ||
| cd apache/ | cd apache/ | ||
| - | wget ~~codedoc: | + | wget ~~codedoc: |
| - | wget ~~codedoc: | + | wget ~~codedoc: |
| - | wget ~~codedoc: | + | wget ~~codedoc: |
| - | wget ~~codedoc: | + | wget ~~codedoc: |
| - | wget ~~codedoc: | + | wget ~~codedoc: |
| </ | </ | ||
| Line 485: | Line 488: | ||
| systemctl enable httpd.service | systemctl enable httpd.service | ||
| </ | </ | ||
| + | |||
| + | [<> | ||