Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coolamqp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
coolamqp
Commits
f4a2f3b6
Unverified
Commit
f4a2f3b6
authored
1 year ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
fix Vagrantfile
parent
7e09e2db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Vagrantfile
+5
-5
5 additions, 5 deletions
Vagrantfile
with
5 additions
and
5 deletions
Vagrantfile
+
5
−
5
View file @
f4a2f3b6
...
...
@@ -3,7 +3,7 @@
Vagrant
.
configure
(
"2"
)
do
|
config
|
config
.
vm
.
box
=
"debian/
contrib-stretch
64"
config
.
vm
.
box
=
"debian/
bullseye
64"
# Rabbit MQ management
config
.
vm
.
network
"forwarded_port"
,
guest:
15672
,
host:
15672
,
auto_correct:
true
...
...
@@ -15,8 +15,8 @@ Vagrant.configure("2") do |config|
apt-get update
# Python
apt-get install -y htop curl python python-setuptools python-pip python-dev build-essential rabbitmq-server python3
python3-pip
python3-setuptools
sudo python -m pip install --upgrade pip setuptools
apt-get install -y htop curl python python-setuptools python
3
-pip python-dev build-essential rabbitmq-server python3 python3-setuptools
#
sudo python -m pip install --upgrade pip setuptools
sudo pip3 install --upgrade pip setuptools
/usr/lib/rabbitmq/bin/rabbitmq-plugins enable rabbitmq_management
...
...
@@ -27,8 +27,8 @@ Vagrant.configure("2") do |config|
rabbitmqctl set_user_tags user administrator
# Install deps
sudo python -m pip install -r /vagrant/requirements.txt
sudo python -m pip install nose coverage mock yapf
#
sudo python -m pip install -r /vagrant/requirements.txt
#
sudo python -m pip install nose coverage mock yapf
sudo pip3 install -r /vagrant/requirements.txt
sudo pip3 install nose2[coverage_plugin] coverage mock yapf nose2
...
...
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