Skip to content

Commit d4a6501

Browse files
committed
[IMP] installation deb context on commands
1 parent 57b5136 commit d4a6501

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

docs/getting_started/installation_deb.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sudo systemctl status postgresql
4242

4343
## Step 3: Configure OpenSPP Repository
4444

45-
Add the OpenSPP APT repository to your system:
45+
Add the OpenSPP Public Key and APT repository to your system:
4646

4747
```bash
4848
wget -qO - https://builds.acn.fr/repository/apt-keys/openspp/public.key | sudo apt-key add -
@@ -64,6 +64,8 @@ sudo apt-get install -y openspp-17-daily
6464

6565
If you prefer to download the package manually or the repository is not accessible:
6666

67+
Create a temporary directory where you will then store and run the downloaded package:
68+
6769
```bash
6870
mkdir -p ~/openspp-install && cd ~/openspp-install
6971
wget https://builds.acn.fr/repository/apt-openspp/pool/main/o/openspp/openspp_17.0.1+odoo17.0-1_amd64.deb
@@ -194,18 +196,19 @@ sudo systemctl enable openspp
194196
sudo systemctl start openspp
195197
```
196198
### Check service status
197-
Type `q`to exit this state
198199
```bash
199200
sudo systemctl status openspp
200201
```
202+
203+
You should see output indicating the service is active and running.
204+
Type `q` to exit this state
205+
201206
### Restart the service
202-
Needed for config changes to be applied
207+
Needed for every changes in the configuration:
203208
```bash
204209
sudo systemctl restart openspp
205210
```
206211

207-
You should see output indicating the service is active and running.
208-
209212
## Step 8: Create Your First Database
210213

211214
### Option A: Via Web Interface (Recommended)

0 commit comments

Comments
 (0)