Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sygal-import-ws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
sygal-import-ws
Commits
19bfa418
Commit
19bfa418
authored
2 years ago
by
Bertrand Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
install.sh comme celui de sygal
parent
221d0835
No related branches found
No related tags found
No related merge requests found
Pipeline
#16380
passed
2 years ago
Stage: release
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
install.sh
+11
-2
11 additions, 2 deletions
install.sh
with
11 additions
and
2 deletions
install.sh
+
11
−
2
View file @
19bfa418
#!/usr/bin/env bash
#
#
This script runs required operations in order to set up the
application.
#
Script d'installation des pré-requis de l'
application.
#
# Usages :
# ./install.sh
set
-o
errexit
CURDIR
=
$(
cd
`
dirname
$0
`
&&
pwd
)
cd
${
CURDIR
}
# Composer install
...
...
@@ -15,4 +20,8 @@ vendor/bin/doctrine-module orm:clear-cache:metadata
vendor/bin/doctrine-module orm:clear-cache:result
vendor/bin/doctrine-module orm:generate-proxies
composer development-disable
vendor/bin/laminas-development-mode disable
# Création ou vidange des répertoires de cache
mkdir
-p
data/cache
&&
chmod
-R
777 data/cache
&&
rm
-rf
data/cache/
*
mkdir
-p
data/DoctrineModule/cache
&&
chmod
-R
777 data/DoctrineModule/cache
&&
rm
-rf
data/DoctrineModule/cache/
*
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