File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4848wget -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
6565If 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
6870mkdir -p ~ /openspp-install && cd ~ /openspp-install
6971wget 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
194196sudo systemctl start openspp
195197```
196198### Check service status
197- Type ` q ` to exit this state
198199``` bash
199200sudo 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
204209sudo 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)
You can’t perform that action at this time.
0 commit comments