mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
Merge pull request #115 from offen/pip-install
Add missing install step to setup target
This commit is contained in:
commit
b0dc098c43
1
Makefile
1
Makefile
@ -14,6 +14,7 @@ setup:
|
|||||||
@docker-compose run vault npm install
|
@docker-compose run vault npm install
|
||||||
@docker-compose run auditorium npm install
|
@docker-compose run auditorium npm install
|
||||||
@docker-compose run server go mod download
|
@docker-compose run server go mod download
|
||||||
|
@docker-compose run homepage pip install --user -r requirements.txt
|
||||||
@echo "Successfully built containers and installed dependencies."
|
@echo "Successfully built containers and installed dependencies."
|
||||||
@echo "If this is your initial setup, you can run 'make bootstrap' next"
|
@echo "If this is your initial setup, you can run 'make bootstrap' next"
|
||||||
@echo "to create the needed local keys and seed the database."
|
@echo "to create the needed local keys and seed the database."
|
||||||
|
Loading…
Reference in New Issue
Block a user