Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
work:semana_8_de_2022 [2022/02/23 14:42] – magsilva | work:semana_8_de_2022 [2022/02/25 02:51] (current) – magsilva | ||
---|---|---|---|
Line 5: | Line 5: | ||
* Leitura do artigo "On Regression Testing of Object-Oriented Programs" | * Leitura do artigo "On Regression Testing of Object-Oriented Programs" | ||
+ | ===== Ensino ===== | ||
+ | * Preparação de material para aulas. Estou considerando usar o Runestone e o livro Python for Everybody - Interactive. Para dar um pouco mais de trabalho, provavelmente traduzirei o livro e acrescentarei algumas atividades. Para executar o Runestone localmente, os passos são: | ||
+ | - cd Projects/ | ||
+ | - docker-compose up | ||
+ | - docker exec -it runestoneserver_runestone_1 /bin/bash | ||
+ | - cd / | ||
+ | - source .venv/ | ||
+ | - cd books/ | ||
+ | - runestone build | ||
+ | - runestone deploy | ||
+ | - exit | ||
+ | - docker-compose restart |