Skip to content

Commit

Permalink
Merge pull request #1 from DonAurelio/dev
Browse files Browse the repository at this point in the history
Deployment with docker-compose
  • Loading branch information
DonAurelio authored Jan 8, 2018
2 parents 3fd70c4 + 9e725b3 commit 60b58fc
Show file tree
Hide file tree
Showing 178 changed files with 1,368 additions and 739 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ docker run -d -v ${PWD}:/usr/src/app --name coder-back -p 8000:8000 coder-back

# The Front-End

!Constructing¡
* [Angular 4 Toast Messages](https://github.com/scttcper/ngx-toastr)
8 changes: 0 additions & 8 deletions back-end/coder/parallel_templates/admin.py

This file was deleted.

5 changes: 0 additions & 5 deletions back-end/coder/parallel_templates/apps.py

This file was deleted.

27 changes: 0 additions & 27 deletions back-end/coder/parallel_templates/models.py

This file was deleted.

131 changes: 0 additions & 131 deletions back-end/coder/parallel_templates/views.py

This file was deleted.

9 changes: 0 additions & 9 deletions back-end/coder/pragcc/admin.py

This file was deleted.

25 changes: 0 additions & 25 deletions back-end/coder/pragcc/models.py

This file was deleted.

161 changes: 0 additions & 161 deletions back-end/coder/pragcc/views.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"prefix": "app",
"styles": [
"styles.css",
"../node_modules/bootstrap/dist/css/bootstrap.min.css"
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
"../node_modules/ngx-toastr/toastr.css"
],
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
Expand Down
1 change: 1 addition & 0 deletions client/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.git
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 60b58fc

Please sign in to comment.