I fail…
Install Discourse for Development using Docker
- clone Discourse
git clone https://github.com/discourse/discourse.git ~/discourse
- start dev
cd discourse
./bin/docker/boot_dev --init
./bin/docker/unicorn
open a browser on http://localhost:9777 and I don’t should see Discourse.
why??
(It was changed to 9777 due to port collision.)
Detail :
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.327320 #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
.............
Is it running?