Skip to content

Commit d28a040

Browse files
Fix line 32, add more Hypothesis lines
1 parent f244ac4 commit d28a040

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

staging-deploy.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ sudo apt-get update
1212
sudo apt-get install -yq docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
1313
sudo service docker start
1414
sudo docker run hello-world
15-
echo Docker installed successfully.
1615

1716
# edit.tosdr.org
1817
git clone https://github.com/tosdr/edit.tosdr.org.git
@@ -22,15 +21,22 @@ docker network create elasticsearch
2221
docker network create dbs
2322
docker compose up -d
2423
docker exec -it edittosdrorg-web-1 rails db:seed
24+
docker compose down
25+
cd ..
2526

2627
# pyenv
2728
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
2829
curl https://pyenv.run | bash
2930
echo -e 'export PYENV_ROOT="$HOME/.pyenv"\nexport PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
3031
echo -e 'eval "$(pyenv init --path)"\neval "$(pyenv init -)"' >> ~/.bashrc
31-
source ~!/.bashrc
32+
source ~/.bashrc
3233

3334
# Hypothesis
35+
git clone https://github.com/tosdr/h
36+
cd h
37+
echo Note this will take several minutes...
3438
pyenv install 3.8.12
3539
pyenv init
3640
pyenv shell 3.8.12
41+
make services
42+
make dev

0 commit comments

Comments
 (0)