Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vagrant-boxen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Piotr Maślanka
vagrant-boxen
Commits
b1718a62
There was a problem fetching the latest pipeline status.
Commit
b1718a62
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
lfs
parent
a2511cc7
No related branches found
No related tags found
No related merge requests found
Pipeline
#610
canceled with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
cass_zk_rmq/build.sh
+2
-1
2 additions, 1 deletion
cass_zk_rmq/build.sh
czr_pythons/build.sh
+0
-1
0 additions, 1 deletion
czr_pythons/build.sh
czr_pythons_pg/build.sh
+2
-1
2 additions, 1 deletion
czr_pythons_pg/build.sh
wynurz.sh
+0
-5
0 additions, 5 deletions
wynurz.sh
with
4 additions
and
8 deletions
cass_zk_rmq/build.sh
+
2
−
1
View file @
b1718a62
#!/usr/bin/env bash
#!/usr/bin/env bash
bash boxen/cassandra/build.sh
wynurz.sh java
wynurz.sh cassandra
wynurz.sh zookeeeper
wynurz.sh zookeeeper
wynurz.sh rabbitmq
wynurz.sh rabbitmq
This diff is collapsed.
Click to expand it.
czr_pythons/build.sh
+
0
−
1
View file @
b1718a62
...
@@ -3,7 +3,6 @@ apt-get install -y curl python python-pip python-dev python-setuptools build-ess
...
@@ -3,7 +3,6 @@ apt-get install -y curl python python-pip python-dev python-setuptools build-ess
pip
install
--upgrade
pip
==
1.5.6
pip
install
--upgrade
pip
==
1.5.6
pip
install
--upgrade
setuptools
==
5.5.1
pip
install
--upgrade
setuptools
==
5.5.1
# Install RabbitMQ
# Install RabbitMQ
$(
wynurz.sh java
&&
$(
wynurz.sh java
&&
wynurz.sh cassandra
&&
wynurz.sh cassandra
&&
...
...
This diff is collapsed.
Click to expand it.
czr_pythons_pg/build.sh
+
2
−
1
View file @
b1718a62
...
@@ -5,7 +5,8 @@ pip install --upgrade setuptools==5.5.1
...
@@ -5,7 +5,8 @@ pip install --upgrade setuptools==5.5.1
pip
install
--upgrade
cffi
pip
install
--upgrade
cffi
bash boxen/cassandra/build.sh
wynurz.sh java
wynurz.sh cassandra
wynurz.sh zookeeeper
wynurz.sh zookeeeper
wynurz.sh rabbitmq
wynurz.sh rabbitmq
wynurz.sh postgresql
wynurz.sh postgresql
...
...
This diff is collapsed.
Click to expand it.
wynurz.sh
+
0
−
5
View file @
b1718a62
...
@@ -12,11 +12,6 @@ if [ $1 == "java" ]; then
...
@@ -12,11 +12,6 @@ if [ $1 == "java" ]; then
fi
fi
if
[
$1
==
"javacass"
]
;
then
wynurz.sh java
wynurz.sh cassandra
fi
if
[
$1
==
"node4"
]
;
then
if
[
$1
==
"node4"
]
;
then
apt-get
install
-y
curl git build-essential unzip
apt-get
install
-y
curl git build-essential unzip
curl
-sL
https://deb.nodesource.com/setup_4.x | bash -
curl
-sL
https://deb.nodesource.com/setup_4.x | bash -
...
...
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