Mentioned Ubuntu 18.04 as known-to-work, before full testing is done
This commit is contained in:
parent
6c6257b135
commit
e695a85e39
1 changed files with 5 additions and 1 deletions
|
@ -33,6 +33,8 @@ Houdini is designed and tested to run with the following:
|
||||||
* PostgreSQL 11
|
* PostgreSQL 11
|
||||||
* Ubuntu 20.04 or equivalent
|
* Ubuntu 20.04 or equivalent
|
||||||
|
|
||||||
|
It is also known to work with Ubuntu 18.04 with PostgresSQL 10.
|
||||||
|
|
||||||
## Get involved
|
## Get involved
|
||||||
Houdini's success depends on you!
|
Houdini's success depends on you!
|
||||||
|
|
||||||
|
@ -55,7 +57,7 @@ which make development much easier.
|
||||||
|
|
||||||
These include:
|
These include:
|
||||||
|
|
||||||
* PostgreSQL 11
|
* PostgreSQL 11 (or 10 in case of Ubuntu 18.04)
|
||||||
* NodeJS 12 LTS
|
* NodeJS 12 LTS
|
||||||
* Ruby 2.6.6 (NOTE: the default of Ruby 2.7.1 in Debian should
|
* Ruby 2.6.6 (NOTE: the default of Ruby 2.7.1 in Debian should
|
||||||
function but you will receive a ton of deprecation
|
function but you will receive a ton of deprecation
|
||||||
|
@ -79,6 +81,8 @@ prepared for AVN, like Houdini.
|
||||||
You'll want to run the next commands as root or via sudo. You could do this by typing `sudo /bin/sh` running the commands from there.
|
You'll want to run the next commands as root or via sudo. You could do this by typing `sudo /bin/sh` running the commands from there.
|
||||||
|
|
||||||
TIP: this is the root shell. There's no restrictions on what you do here so be careful!
|
TIP: this is the root shell. There's no restrictions on what you do here so be careful!
|
||||||
|
In an Ubuntu 18.04 environment, change "postgresql-11" below to "postgresql-10" .
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt update
|
apt update
|
||||||
apt install curl -yy
|
apt install curl -yy
|
||||||
|
|
Loading…
Reference in a new issue