Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reflectometry
Web Reflectivity
Commits
97c531c3
Commit
97c531c3
authored
Jan 07, 2022
by
Borreguero Calvo, Jose
Browse files
Merge branch 'localdev' into 'next'
switch to miniconda image See merge request
!12
parents
dde2c700
8b010e38
Pipeline
#184232
failed with stages
in 3 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.env
View file @
97c531c3
...
...
@@ -8,4 +8,4 @@ DJANGO_SUPERUSER_PASSWORD=webreflect
DJANGO_SUPERUSER_EMAIL=webreflect@localhost
APP_SECRET='y^bnh&4zw3s)0h2&f$ve87_1c_t*+hxfl=2v9429^75-t03'
SETTINGS_DIR=/var/www/web_reflectivity/app/web_reflectivity
C_FORCE_ROOT=true
\ No newline at end of file
C_FORCE_ROOT=true
docker-compose.yml
View file @
97c531c3
#use for local develop
o
ment
#use for local development
version
:
'
3'
...
...
src/docker-entrypoint.sh
View file @
97c531c3
...
...
@@ -10,7 +10,7 @@ done
# collect static files
python3 manage.py collectstatic
--noinput
# migrate djano models
# migrate djan
g
o models
python3 manage.py flush
--no-input
python3 manage.py makemigrations
--noinput
python3 manage.py migrate
--noinput
...
...
@@ -19,4 +19,4 @@ python3 manage.py migrate --noinput
python3 manage.py createsuperuser
--noinput
# run application
/usr/local/bin/
gunicorn web_reflectivity.wsgi:application
-w
2
-b
:8000
--reload
gunicorn web_reflectivity.wsgi:application
-w
2
-b
:8000
--reload
src/environment.yml
View file @
97c531c3
...
...
@@ -17,15 +17,13 @@ dependencies:
-
redis
-
redis-py
-
celery
-
django
-
django
=3.2
-
django-celery-results
-
refl1d
-
python-ldap
-
psycopg2
-
sphinx
-
flake8
-
python-ldap>=3.1
-
psycopg2-binary=2.8.6
-
gunicorn
-
pip
:
-
channels_redis
-
django-auth-ldap
-
git+https://github.com/ornl-ndav/django-remote-submission.git@v2.1.1#egg=django-remote-submission-2.1.1
-
sphinx-rtd-theme
-
django-auth-ldap==4.0.0
-
git+https://github.com/ornl-ndav/django-remote-submission.git
src/requirements.txt
View file @
97c531c3
...
...
@@ -15,4 +15,3 @@ channels_redis
gunicorn
psycopg2-binary>=2.8
django_auth_ldap
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