Skip to content

Commit

Permalink
Updated makefile for production installs. Updated service to wait for…
Browse files Browse the repository at this point in the history
… postgresql.
  • Loading branch information
Quantum-Sicarius committed Jul 28, 2018
1 parent def686d commit a179e43
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ install:
pip install --upgrade --user -r requirements.txt

install_prod:
cd ./test; pub get
npm install
pypy3 -m pip install --upgrade --user -r requirements.txt

generate:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Backed API Server
## Features

- HTTP/2 using gRPC (https://grpc.io/)
- HTTPS in production mode
- ~~HTTPS in production mode~~
- Real time sockets
- Firebase authentication
- Strongly typed service and message definition (Protobuf3)
Expand Down
2 changes: 1 addition & 1 deletion dnd_backend.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=DND Backend Service
After=network.target
After=network.target postgresql.service

[Service]
Type=simple
Expand Down

0 comments on commit a179e43

Please sign in to comment.