Skip to content

Commit 96ca993

Browse files
committed
[IMP] installation_deb
1 parent e206506 commit 96ca993

1 file changed

Lines changed: 9 additions & 15 deletions

File tree

docs/getting_started/installation_deb.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ If you prefer to download the package manually or the repository is not accessib
8282

8383
### Create a temporary directory
8484
```bash
85-
mkdir -p ~/openspp-install
86-
cd ~/openspp-install
85+
mkdir -p ~/openspp-install && cd ~/openspp-install
8786
```
87+
8888
### Download directly from Nexus repository
8989
```bash
9090
wget https://builds.acn.fr/repository/apt-openspp/pool/main/o/openspp/openspp_17.0.1+odoo17.0-1_amd64.deb
@@ -285,7 +285,7 @@ After logging in, you'll need to activate the OpenSPP modules:
285285
sudo systemctl restart openspp
286286
```
287287

288-
**Note**: The `queue_job` module is automatically loaded as a server-wide module but must be installed in the database AND the service restarted for OpenSPP async operations to function properly. In this case, the `queue_job` module are already installed.
288+
**Note**: The `queue_job` module, which is essential for asynchronous background tasks, is automatically installed as a dependency of the main OpenSPP modules. It is also pre-configured as a `server_wide_module`, ensuring that background workers can process jobs correctly after a service restart.
289289

290290

291291
## Getting Help
@@ -297,17 +297,11 @@ After logging in, you'll need to activate the OpenSPP modules:
297297
- **APT Repository**: https://builds.acn.fr/repository/apt-openspp/
298298

299299

300-
## Next steps
301-
302-
After installation, see:
300+
## Next Steps
303301

304-
- {doc}`../user_guide/index` for using OpenSPP features
305-
- {doc}`../developer_guide/index` for customization and development
306-
- {doc}`../overview/poc_and_pilot` for setting up pilot programs
302+
Now that OpenSPP is installed, here are some recommended next steps:
307303

308-
You can also check:
309-
- {doc}`../user_guide/administration/database_management`
310-
- {doc}`../user_guide/administration/monitoring_maintenance`
311-
- {doc}`../user_guide/administration/security_tuning`
312-
- {doc}`../user_guide/administration/troubleshooting`
313-
- {doc}`../user_guide/administration/uninstalling`
304+
- **Learn to Use OpenSPP**: Start with the {doc}`../user_guide/index` to understand core features.
305+
- **Administer the System**: Refer to the {doc}`../user_guide/administration/index` for guides on security, maintenance, and troubleshooting.
306+
- **Customize and Develop**: Explore the {doc}`../developer_guide/index` to learn how to extend the platform.
307+
- **Set Up a Pilot Program**: Follow the {doc}`../overview/poc_and_pilot` guide to launch a Proof of Concept (PoC).

0 commit comments

Comments
 (0)