-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from meaningfy-ws/feature/centos
centos
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
sudo dnf install python3.8 redis curl | ||
sudo yum install redis curl java-11-openjdk |
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,6 +1,6 @@ | ||
set -o allexport; source bash/.env; set +o allexport | ||
|
||
wget https://dlcdn.apache.org/jena/binaries/apache-jena-fuseki-4.2.0.tar.gz | ||
tar xzf apache-jena-fuseki-4.2.0.tar.gz | ||
mv apache-jena-fuseki-4.2.0 fuseki | ||
rm apache-jena-fuseki-4.2.0.tar.gz | ||
wget https://dlcdn.apache.org/jena/binaries/apache-jena-fuseki-4.3.1.tar.gzx | ||
tar xzf apache-jena-fuseki-4.3.1.tar.gz | ||
mv apache-jena-fuseki-4.3.1 fuseki | ||
rm apache-jena-fuseki-4.3.1.tar.gz |
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,6 +1,6 @@ | ||
#!/bin/bash | ||
set -o allexport; source bash/.env; set +o allexport | ||
|
||
python3.8 -m venv env | ||
python -m venv env | ||
source env/bin/activate | ||
pip install -r requirements/prod.txt |
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