forked from edx/devstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
40 lines (28 loc) · 1.48 KB
/
README.txt
File metadata and controls
40 lines (28 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
To install this snapshot of Open edX devstack (no network access required):
1. Copy the entire "devstack_snapshot" directory to your computer. You'll
need about 35 GB free (9 GB for the copied files and 26 GB more for the
subsequent installation.
2. Unmount the flash drive, remove it, and return it to the workshop staff
so someone else can use it.
macOS
-----
3. If you don't already have Docker 17.06 CE or later installed, install
it from "devstack_snapshot/Docker.dmg".
4. From a terminal, enter the "devstack_snapshot" directory and run
"bash mac.sh".
Linux
-----
3. Make sure you have Docker 17.06 CE or later installed. If not, see
https://www.docker.com/community-edition for installation instructions.
4. Make sure you have docker-compose 1.9.0 or later installed. If not,
you can get it by running the following:
sudo curl -L https://github.com/docker/compose/releases/download/1.23.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
5. From a terminal, enter the "devstack_snapshot" directory and run
"bash linux.sh". Partway through you'll be prompted for your password
to grant sudo access (to run docker commands); provide it as needed.
All Operating Systems
---------------------
Done! Try visiting http://localhost:18000/ for the LMS and
http://localhost:18010/ for CMS. It may take a minute or two for the
services to finish initializing and start responding to requests.