Browse Source

update docs

tags/v1.5.5
Jonathan Cobb 3 years ago
parent
commit
d284305076
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      docs/system-software.md

+ 3
- 1
docs/system-software.md View File

@@ -14,7 +14,6 @@ Bubble needs a PostgreSQL database, Redis, and a bunch of command line tools ins
It ensures that the appropriate packages are installed and proper databases and database users exist. It ensures that the appropriate packages are installed and proper databases and database users exist.


You only need to install system software once, ever, on a given system. You only need to install system software once, ever, on a given system.
You may be asked for your password to install packages and restart services (done via `sudo`).


### Ubuntu ### Ubuntu
For Ubuntu 18.04 and 20.04 systems, run: For Ubuntu 18.04 and 20.04 systems, run:
@@ -26,6 +25,9 @@ For Mac OS X systems, run:


./bin/first_time_macosx.sh ./bin/first_time_macosx.sh


When running the first-time setup script, you'll be asked for your password for
various configurations (installing packages, etc) that required the use of `sudo`.

### Other Operating Systems ### Other Operating Systems
The important things to install: The important things to install:
* Java 11 * Java 11


Loading…
Cancel
Save