Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Context Sensitive Group
freedombone
Commits
8aba2373
Commit
8aba2373
authored
6 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Install various dependencies
parent
992e4d76
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freedombone-app-peertube
+38
-7
38 additions, 7 deletions
src/freedombone-app-peertube
with
38 additions
and
7 deletions
src/freedombone-app-peertube
+
38
−
7
View file @
8aba2373
...
...
@@ -116,7 +116,7 @@ function install_peertube_base {
increment_app_install_progress
npm
install
yarn@1.1
0
.1
npm
install
yarn@1.1
3
.1
increment_app_install_progress
...
...
@@ -140,18 +140,49 @@ function install_peertube_base {
increment_app_install_progress
$peertube_local_install
yarn@1.1
0
.1
$peertube_local_install
yarn@1.1
3
.1
cd
${
PEERTUBE_DIR
}
||
exit
73
if
[
-f
"
${
PEERTUBE_DIR
}
/package-lock.json"
]
;
then
rm
"
${
PEERTUBE_DIR
}
/package-lock.json"
fi
if
!
sudo
-H
-u
peertube
NPM_CONFIG_PREFIX
=
${
PEERTUBE_DIR
}
/peertube-latest/node_modules/npm
NODE_CONFIG_DIR
=
${
PEERTUBE_DIR
}
/config
${
PEERTUBE_DIR
}
/peertube-latest/node_modules/.bin/yarn
install
--production
--pure-lockfile
;
then
exit
54
fi
$peertube_local_install
bcrypt@3.0.3
increment_app_install_progress
$peertube_local_install
create-torrent@3.33.0
increment_app_install_progress
$peertube_local_install
pem@1.13.2
increment_app_install_progress
$peertube_local_install
lodash@4.17.11
increment_app_install_progress
$peertube_local_install
multer@1.4.1
increment_app_install_progress
$peertube_local_install
validator@10.11.0
increment_app_install_progress
$peertube_local_install
body-parser@1.18.3
increment_app_install_progress
$peertube_local_install
express@4.16.4
increment_app_install_progress
$peertube_local_install
morgan@1.9.1
increment_app_install_progress
$peertube_local_install
cors@2.8.5
increment_app_install_progress
$peertube_local_install
cookie-parser@1.4.3
increment_app_install_progress
$peertube_local_install
helmet@3.15.0
increment_app_install_progress
$peertube_local_install
useragent@2.3.0
increment_app_install_progress
$peertube_local_install
ip-anonymize@0.0.6
increment_app_install_progress
$peertube_local_install
commander@2.19.0
increment_app_install_progress
$peertube_local_install
config@3.0.1
increment_app_install_progress
$peertube_local_install
fs-extra@7.0.1
increment_app_install_progress
$peertube_local_install
winston@3.1.0
increment_app_install_progress
peertube_tcp_tuning
...
...
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