-
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.
- Loading branch information
Salah Alomari
committed
Dec 20, 2023
1 parent
c6c5ccb
commit e2072c6
Showing
2 changed files
with
10 additions
and
12 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 |
---|---|---|
|
@@ -58,16 +58,14 @@ To run quality quality:: | |
Tutor Devstack Installation Instructions | ||
######################################## | ||
|
||
You need to have `tvm <https://github.com/eduNEXT/tvm/>`_ installed in your machine as well as | ||
You need to have | ||
`Tutor requirements such as Docker <https://docs.tutor.edly.io/install.html#requirements>`_. | ||
|
||
Run the following commands:: | ||
|
||
cd ~/work/ | ||
tvm install v13.3.2 | ||
tvm project init payfort v13.3.2 # Create a new Tutor project with Maple Open edX release | ||
cd payfort | ||
source .tvm/bin/activate # Use `tutor` | ||
sudo pip install tutor==13.3.2 | ||
mkdir payfort && cd payfort | ||
git clone [email protected]:Zeit-Labs/ecommerce-payfort.git | ||
git clone --branch=open-release/maple.nelp [email protected]:eduNEXT/ecommerce.git | ||
git clone --branch=nelp/maple [email protected]:eduNEXT/tutor-discovery discovery | ||
|
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