mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-13 12:33:23 +02:00
.
This commit is contained in:
parent
8ace222659
commit
5b9b6dd8f3
1 changed files with 10 additions and 1 deletions
11
install.md
11
install.md
|
|
@ -46,7 +46,7 @@ certbot --nginx -d my.labelbase.space
|
|||
|
||||
## Get the Sources from GitHub
|
||||
|
||||
Clone the Labelbase repository:
|
||||
Clone the Labelbase repository and change working directory:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Labelbase/Labelbase/
|
||||
|
|
@ -105,3 +105,12 @@ location / {
|
|||
```
|
||||
|
||||
Restart `nginx`, then access your domain (or IP address) in your browser.
|
||||
|
||||
|
||||
|
||||
|
||||
## Upgrade to the latest code base
|
||||
```bash
|
||||
cd Labelbase
|
||||
source exports.sh && ./build-and-run-labelbase.sh
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue