mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
use short links to upgrade
This commit is contained in:
parent
7024c30c6c
commit
58287d7cee
@ -86,12 +86,12 @@ Run the following command to install Fab-manager.
|
|||||||
This script will guide you through the installation process by checking the requirements and asking you the configuration elements.
|
This script will guide you through the installation process by checking the requirements and asking you the configuration elements.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
\curl -sSL setup.fab-manager.com | bash
|
\curl -sSL setup.fab.mn | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
**OR**, if you don't want to install Fab-manager in `/apps/fabmanager`, use the following instead:
|
**OR**, if you don't want to install Fab-manager in `/apps/fabmanager`, use the following instead:
|
||||||
```bash
|
```bash
|
||||||
\curl -sSL setup.fab-manager.com | bash -s "/my/custom/path"
|
\curl -sSL setup.fab.mn | bash -s "/my/custom/path"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Fab-manager for small configurations
|
## Fab-manager for small configurations
|
||||||
@ -140,13 +140,13 @@ E.g.
|
|||||||
If you upgrade from 1.2.3 to 1.2.5, with the following release notes:
|
If you upgrade from 1.2.3 to 1.2.5, with the following release notes:
|
||||||
```markdown
|
```markdown
|
||||||
## 1.2.4
|
## 1.2.4
|
||||||
\curl -sSL upgrade.fab-manager.com | bash -s -- -e "VAR=value"
|
\curl -sSL upgrade.fab.mn | bash -s -- -e "VAR=value"
|
||||||
## 1.2.5
|
## 1.2.5
|
||||||
\curl -sSL upgrade.fab-manager.com | bash -s -- -c "rails fablab:setup:command"
|
\curl -sSL upgrade.fab.mn | bash -s -- -c "rails fablab:setup:command"
|
||||||
```
|
```
|
||||||
Then, you'll need to perform the upgrade with the following command:
|
Then, you'll need to perform the upgrade with the following command:
|
||||||
```bash
|
```bash
|
||||||
\curl -sSL upgrade.fab-manager.com | bash -s -- -e "VAR=value" -c "rails fablab:setup:command"
|
\curl -sSL upgrade.fab.mn | bash -s -- -e "VAR=value" -c "rails fablab:setup:command"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Update Fab-manager
|
## Update Fab-manager
|
||||||
|
Loading…
x
Reference in New Issue
Block a user