Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCODOC_R6A06
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Armand Sady
SCODOC_R6A06
Commits
2d673e7a
Commit
2d673e7a
authored
1 year ago
by
Lyanis Souidi
Browse files
Options
Downloads
Patches
Plain Diff
Mise à jour du README
parent
3e434958
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-10
6 additions, 10 deletions
README.md
with
6 additions
and
10 deletions
README.md
+
6
−
10
View file @
2d673e7a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
(c) Emmanuel Viennet 1999 - 2024 (voir LICENCE.txt).
(c) Emmanuel Viennet 1999 - 2024 (voir LICENCE.txt).
Installation: voir instructions à jour sur
<https://scodoc.org/GuideInstallDebian1
1
>
Installation: voir instructions à jour sur
<https://scodoc.org/GuideInstallDebian1
2
>
Documentation utilisateur:
<https://scodoc.org>
Documentation utilisateur:
<https://scodoc.org>
...
@@ -23,7 +23,7 @@ Flask, SQLAlchemy, au lien de Python2/Zope dans les versions précédentes).
...
@@ -23,7 +23,7 @@ Flask, SQLAlchemy, au lien de Python2/Zope dans les versions précédentes).
### Lignes de commandes
### Lignes de commandes
Voir
[
https://scodoc.org/GuideConfig
](
le
guide de configuration
).
Voir
[
le guide de configuration
](
https://scodoc.org/GuideConfig
)
.
## Organisation des fichiers
## Organisation des fichiers
...
@@ -54,22 +54,18 @@ Principaux contenus:
...
@@ -54,22 +54,18 @@ Principaux contenus:
### Installation du code
### Installation du code
Installer ScoDoc 9 normalement (
[
voir la doc
](
https://scodoc.org/GuideInstallDebian1
1
)
).
Installer ScoDoc 9 normalement (
[
voir la doc
](
https://scodoc.org/GuideInstallDebian1
2
)
).
Puis remplacer
`/opt/scodoc`
par un clone du git.
Puis remplacer
`/opt/scodoc`
par un clone du git.
sudo su
sudo su
mv /opt/scodoc /opt/off-scodoc # ou ce que vous voulez
mv /opt/scodoc /opt/off-scodoc # ou ce que vous voulez
apt-get install git # si besoin
apt-get install git # si besoin
cd /opt
git clone https://scodoc.org/git/ScoDoc/ScoDoc.git /opt/scodoc
git clone https://scodoc.org/git/viennet/ScoDoc.git
# (ou bien utiliser votre clone gitea si vous l'avez déjà créé !)
# (ou bien utiliser votre clone gitea si vous l'avez déjà créé !)
# Renommer le répertoire:
# Donner ce répertoire à l'utilisateur scodoc:
mv ScoDoc scodoc
chown -R scodoc:scodoc /opt/scodoc
# Et donner ce répertoire à l'utilisateur scodoc:
chown -R scodoc.scodoc /opt/scodoc
Il faut ensuite installer l'environnement et le fichier de configuration:
Il faut ensuite installer l'environnement et le fichier de configuration:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment