-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(#68): Edit provision.sh and Vagrantfile
With the changes made, the deployment with Vagrant already works. Co-authored-by: Tomas Camero <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
sudo apt update | ||
sudo apt upgrade –y | ||
sudo apt install -y git python3 python3-pip docker docker.io screen | ||
sudo apt install default-libmysqlclient-dev | ||
docker pull mysql:5.7 | ||
sudo apt upgrade -y | ||
sudo apt install -y git python3 python3-dev python3-pip | ||
sudo apt install -y build-essential libssl-dev libmysqlclient-dev | ||
|
||
git clone https://github.com/innosoft-innoweb/innosoft-innoweb-1 | ||
cd innosoft-innoweb-1 | ||
pip3 install -r requirements.txt | ||
sudo pip3 install -r requirements.txt |