- lib
- log
environment:
- - MYSQL_ROOT_PASSWORD=mysecretpassword
- - MYSQL_DATABASE=sandbox
- - MYSQL_USER=root
- - MYSQL_PASSWORD=mysecretpassword
+ - MYSQL_ROOT_PASSWORD=ItCydyatzix8
+ - MYSQL_DATABASE=telemeta
+ - MYSQL_USER=telemeta
+ - MYSQL_PASSWORD=iuvIlkyisFit2
rabbitmq:
image: rabbitmq:3-management
wsgi=$sandbox'/wsgi.py'
# stating apps
-# pip install django-haystack elasticsearch
+pip install django-haystack elasticsearch
# waiting for other services
sh $app_dir/examples/deploy/wait.sh
# MySQL config
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
- 'USER': 'root', # Not used with sqlite3.
- 'PASSWORD': 'mysecretpassword', # Not used with sqlite3.
- 'NAME': 'sandbox',
+ 'USER': 'telemeta', # Not used with sqlite3.
+ 'PASSWORD': 'iuvIlkyisFit2', # Not used with sqlite3.
+ 'NAME': 'telemeta',
'HOST': 'db', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '3306', # Set to empty string for default. Not used with sqlite3.
}
HAYSTACK_SIGNAL_PROCESSOR = 'haystack.signals.RealtimeSignalProcessor'
-HAYSTACK_SEARCH_RESULTS_PER_PAGE = 50
\ No newline at end of file
+HAYSTACK_SEARCH_RESULTS_PER_PAGE = 50
+
+
--e git+https://github.com/mariocesar/sorl-thumbnail.git@eb52b23348fa5b1446c590f4ac95114dae81c168#egg=sorl-thumbnail-12.2
+-e git+https://github.com/mariocesar/sorl-thumbnail.git@v12.2#egg=sorl-thumbnail-12.2
-e git+https://github.com/Parisson/ebooklib.git#egg=ebooklib-0.16