I am completely new to Ruby on Rails , but i want to install discourse on windows, i have installed docker , but when i click to start it, it goes off after just 1 or 2 second. i dont know what to do, is that docker dosn’t work on windows, or am i doing wrong something else, my IDE is NetBeans ,
I know this is something silly , But please help me out in this,
Thank you @Qasem_h for reply,
I have gone through that link, i have installed vagrant (VM) , and virtual box , but when i download github, it discarded the installation automatically , i got baffled , dont know what to do. I am working on windows 7 .
this is installion information :
after install VM and vagrant
git discourse clone
cd your cloned discourse location
and type : vagrant up (Its takes some time)
vagrant ssh
bundle install
bundle exec rake db:migrate
bundle exec rails server
and open http://localhost:3000 in your browser
For me it’s localhost:4000 i.e port 4000 not port 3000
* I have not been able to run in production mode due to Windows security interfering with “shared folders”
Hi there , Discourse is now running fine on windows, but when i go to
[http://localhost:4000/admin/][1] or to any other page , it gets me to this error page ,