Falhei…
Instalar o Discourse para Desenvolvimento usando Docker
- clonar o Discourse
git clone https://github.com/discourse/discourse.git ~/discourse
- iniciar o modo de desenvolvimento
cd discourse
./bin/docker/boot_dev --init
./bin/docker/unicorn
Abrir um navegador em http://localhost:9777 e eu não deveria ver o Discourse.
Por quê??
(O número da porta foi alterado para 9777 devido a conflito de portas.)
Detalhes:
y@y-VirtualBox:~/discourse$ sudo ./bin/docker/unicorn -x
Running without sidekiq
I, [2019-07-22T17:51:53.863457 #795] INFO -- : Refreshing Gem list
WARNING: It looks like your discourse plugins have recently changed.
It is highly recommended to remove your `tmp` directory, otherwise
plugins might not work.
Starting CSS change watcher
I, [2019-07-22T17:51:57.024178 #795] INFO -- : listening on addr=0.0.0.0:9777 fd=13
I, [2019-07-22T17:52:02.327322 #795] INFO -- : master process ready
I, [2019-07-22T17:52:05.364922 #884] INFO -- : worker=0 ready
I, [2019-07-22T17:52:05.397963 #894] INFO -- : worker=1 ready
I, [2019-07-22T17:52:06.423513 #904] INFO -- : worker=2 ready
.............
Está rodando?