Commit Graph

690 Commits

Author SHA1 Message Date
Krzysztof Szumny
9f4a6fea6d Update docker_remote_debugging.rst, screenshots + description 2015-08-26 16:56:44 +02:00
Krzysztof Szumny
3bf346c0c1 cookiecutterdjango/base extracted from main Dockerfile, to speed-up building process 2015-08-26 16:56:44 +02:00
Krzysztof Szumny
de9839f2db Database configuration 2015-08-26 16:56:44 +02:00
Krzysztof Szumny
3f99a8637d added Docker npm install Run configuration 2015-08-26 16:56:44 +02:00
Krzysztof Szumny
24fdfbbf5b unnecessary python packages removed from debug/Dockerfile 2015-08-26 16:56:44 +02:00
Krzysztof Szumny
f452c5cffa fix for envs 2015-08-26 16:56:44 +02:00
Krzysztof Szumny
275ed60a50 fix for missing permissions of id_rsa, envs are available even in ssh sessions 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
79499dbd3b post_gen_project.py - cleanning 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
3a64ba6dc4 .gitignore ignore all .idea files, except those from initialization 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
7ec4a20f5e debug-ready welcome message 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
43098a4cfb cleanning in /compose/debug - part2 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
0da2ed24bd cleanning in /compose/debug 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
b202bf3dcb compose/pycharm -> compose/debug 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
23f02edf25 use_docker removed 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
5898589a72 user host permissions are restricted inside container with django user 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
d41ac3b508 npm install & grunt build moved to entrypoint 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
26036319ad fix for npm run in wrong directory 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
266ffdf649 node, grunt, compass added to dockerfile,
rm compose/pycharm/jdk.table.xml
2015-08-26 16:55:52 +02:00
Krzysztof Szumny
d445b944ec Update docker_remote_debugging.rst 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
785aadda40 Update docker_remote_debugging.rst
Docker Remote Debugging
2015-08-26 16:55:52 +02:00
Krzysztof Szumny
a57af695cc smarter post_gen_project.py + Docker Remote Debugging instructions placeholder 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
2f297cba7f Update README.rst 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
316adea848 new grunt Run/Debug configurations 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
160f20a6ee docker_{{ cookiecutter.repo_name }} as default user 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
96d41762a5 jdk.table is not used anymore 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
713f8bacf6 webServers.xml deployment.xml 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
103e173994 almost final changes 2015-08-26 16:55:52 +02:00
Krzysztof Szumny
672f37ed08 ssh key 2015-08-26 16:55:51 +02:00
Krzysztof Szumny
22e49ddef0 new configurations 2015-08-26 16:55:51 +02:00
Krzysztof Szumny
654e633ac0 more Run/Debug configurations! 2015-08-26 16:55:51 +02:00
Krzysztof Szumny
ddaf523cd5 PyCharm - WIP 2015-08-26 16:55:51 +02:00
Krzysztof Szumny
ebe351d91c Run/Debug Configuration (for PyCharm) - Readme 2015-08-26 16:55:51 +02:00
Krzysztof Szumny
b649993fa7 fix in settings, proper ownership for pycharm_helpers 2015-08-26 16:55:51 +02:00
Krzysztof Szumny
9caa719082 fix for older compose version, fix for repo name with _ 2015-08-26 16:55:51 +02:00
Krzysztof Szumny
7f747b9264 post_get_project.py hook 2015-08-26 16:55:51 +02:00
Krzysztof Szumny
912aa36505 WIP - debug docker container 2015-08-26 16:55:51 +02:00
Audrey Roy Greenfeld
63753ac078 Merge pull request #288 from stepmr/grunt-updates
Grunt Updates: use libsass, add postcss
2015-08-25 20:56:15 -07:00
Daniel Roy Greenfeld
f573fbcb7d Changed requirements files to match current dependency versions 2015-08-20 22:08:40 -07:00
Daniel Greenfeld
5c19e0d5f2 Correct spelling 2015-08-19 20:18:08 -07:00
Saurabh Kumar
83dab0b380 Upgrade django to 1.8.4 [security release]
https://www.djangoproject.com/weblog/2015/aug/18/security-releases/
2015-08-19 11:59:21 +05:30
Daniel Greenfeld
50c6732d55 Update CHANGELOG.md 2015-08-18 09:52:13 -07:00
Daniel Greenfeld
8853abc2f5 Merge pull request #284 from jayfk/master
Enhanced Docker Support using docker-compose
2015-08-18 09:50:21 -07:00
Jay
c7ea475f06 refactoring + added documentation
- removed env.production and added a env.example that should be renamed to `.env` (not tracked by default)
- Refactored docker-compose.yml
    * adding user to django, celeryworker, celerybeat so that we got rid of the `su` hack
    * removed rabbitmq
- Refactored Dockerfile
- Refactored `entrypoint.sh` and added inline documentation
- Removed `su` hack from gunicorn.sh
- Added documentation
2015-08-18 17:50:20 +02:00
Jay
27a2ed46be merged upstream changes (resolves merge conflict) 2015-08-18 14:09:32 +02:00
Jay
0a3ad4d0ec Merge commit '79dbcc16f8d32f57d25fa7326f6fdd847eecf25a'
# Conflicts:
#	README.rst
2015-08-18 14:05:47 +02:00
Daniel Greenfeld
dd7259d5aa Updating Tornado so we aren't in the red for requirements. 2015-08-14 16:23:37 -07:00
Daniel Greenfeld
dcfd752506 Added @crdconnor's Hitch library to changeme and readme 2015-08-12 11:44:47 -07:00
Daniel Greenfeld
0d68abcc39 Merge pull request #295 from crdoconnor/master
Added support for the Hitch integration testing framework.
2015-08-12 11:41:17 -07:00
Colm O'Connor
4f68d3eb2a Removed sudo from pip install hitch, since the test invoker strictly speaking does not need to be run globally. 2015-08-12 08:49:06 +08:00
Daniel Greenfeld
5ce04d108b Add new feature 2015-08-09 08:03:08 -07:00