File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ flake8 --config flake8.cfg || exit 1
77
88# Run migrations.
99export DJANGO_SETTINGS_MODULE=pulpcore.app.settings
10- export PULP_CONTENT_HOST=localhost:8080
10+ export PULP_CONTENT_HOST=localhost:24816
1111django-admin makemigrations python
1212django-admin migrate --noinput
1313
@@ -16,8 +16,8 @@ django-admin migrate --noinput
1616
1717# Run functional tests.
1818django-admin reset-admin-password --password admin
19- django-admin runserver >> ~ /django_runserver.log 2>&1 &
20- gunicorn pulpcore.content:server --bind ' localhost:8080 ' --worker-class ' aiohttp.GunicornWebWorker' -w 2 >> ~ /content_app.log 2>&1 &
19+ django-admin runserver 24817 >> ~ /django_runserver.log 2>&1 &
20+ gunicorn pulpcore.content:server --bind ' localhost:24816 ' --worker-class ' aiohttp.GunicornWebWorker' -w 2 >> ~ /content_app.log 2>&1 &
2121rq worker -n ' resource-manager@%h' -w ' pulpcore.tasking.worker.PulpWorker' >> ~ /resource_manager.log 2>&1 &
2222rq worker -n ' reserved-resource-worker-1@%h' -w ' pulpcore.tasking.worker.PulpWorker' >> ~ /reserved_worker-1.log 2>&1 &
2323sleep 8
You can’t perform that action at this time.
0 commit comments