Skip to content
Snippets Groups Projects

Services desk 81 redistributivite securimag

All threads resolved!
2 files
+ 11
125
Compare changes
  • Side-by-side
  • Inline

Files

+ 11
1
@@ -2,6 +2,12 @@
NoCloud-Auto-Installer is designed to automatically install all applications for the [NoCloud solution](https://gitlab.tetras-libre.fr/nocloud).
NoCloud-Auto-Installer is modular, it allows you to have a dockerized or non-dockerized installation and to deploy the desired services.
## Environnement
All configuration is on .env.main.sample. By default, this environnement is configure to feat with Tétras-libre's needs
## Install
1. intall `apt-get install vim git tmux`
@@ -15,7 +21,7 @@ NoCloud-Auto-Installer is designed to automatically install all applications for
9. **Delete temporary user as needed** `deluser [user] && rm -r /home/[user]`
10. `. main.env; bash validate.sh`
If dockerweb doesn't have the right uid, you can change it **only if it's not already in use** thanks to:
If dockerweb doesn't have the right uid, you can chaange it **only if it's not already in use** thanks to:
```sh
groupmod -g 1000 dockerweb
usermod -u 1000 -g 1000 dockerweb
@@ -33,6 +39,10 @@ At this point, you have a NoCloud server ready with the intended modules not con
Well done.
## Backup
Tu backup your services data you can use [duplicity-ftp-backup](https://gitlab.tetras-libre.fr/nocloud/duplicity-ftp-backup). All needed informaiton in readme of repository.
## Upgrade
1. `sudo tmux`
Loading