File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ sudo apt-get update
12
12
sudo apt-get install -yq docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
13
13
sudo service docker start
14
14
sudo docker run hello-world
15
- echo Docker installed successfully.
16
15
17
16
# edit.tosdr.org
18
17
git clone https://github.com/tosdr/edit.tosdr.org.git
@@ -22,15 +21,22 @@ docker network create elasticsearch
22
21
docker network create dbs
23
22
docker compose up -d
24
23
docker exec -it edittosdrorg-web-1 rails db:seed
24
+ docker compose down
25
+ cd ..
25
26
26
27
# pyenv
27
28
apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
28
29
curl https://pyenv.run | bash
29
30
echo -e ' export PYENV_ROOT="$HOME/.pyenv"\nexport PATH="$PYENV_ROOT/bin:$PATH"' >> ~ /.bashrc
30
31
echo -e ' eval "$(pyenv init --path)"\neval "$(pyenv init -)"' >> ~ /.bashrc
31
- source ~ ! /.bashrc
32
+ source ~ /.bashrc
32
33
33
34
# Hypothesis
35
+ git clone https://github.com/tosdr/h
36
+ cd h
37
+ echo Note this will take several minutes...
34
38
pyenv install 3.8.12
35
39
pyenv init
36
40
pyenv shell 3.8.12
41
+ make services
42
+ make dev
You can’t perform that action at this time.
0 commit comments