Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
redmine_ynh
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
coops
redmine_ynh
Commits
f1495bc1
Unverified
Commit
f1495bc1
authored
Mar 13, 2019
by
liberodark
Committed by
GitHub
Mar 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update install
parent
6dba820a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
+3
-12
install
scripts/install
+3
-12
No files found.
scripts/install
View file @
f1495bc1
...
...
@@ -137,7 +137,7 @@ ynh_print_info "Installing Redmine..."
ynh_app_setting_set
$app
final_path
$final_path
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source
"
$final_path
"
"
$app
"
ynh_setup_source
"
$final_path
"
#=================================================
# MODIFY A CONFIG FILE
...
...
@@ -156,9 +156,9 @@ ynh_replace_string "yunobase" "$db_name" "/opt/pia-back/config/database.yml
#=================================================
# COMPILE PIA BACK
#=================================================
ynh_print_info
"Compile
PIA Back End
..."
ynh_print_info
"Compile
Redmine
..."
pushd
/opt/pia-back/
pushd
$final_path
bundle install
mv config/application.example.yml config/application.yml
key
=
$(
RAILS_ENV
=
production bin/rake secret
)
...
...
@@ -168,15 +168,6 @@ RAILS_ENV=production bin/rake db:migrate
popd
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
ynh_print_info
"Installing PIA Front End..."
ynh_app_setting_set
$app
final_path
$final_path
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source
"
$final_path
"
"front"
#=================================================
# SETUP SYSTEMD
#=================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment