DrkSephy / django-hackathon-starter

A boilerplate for Django web applications
1.61k stars 298 forks source link

How to access default site on Vagrant #35

Closed dbd5 closed 6 years ago

dbd5 commented 7 years ago

Hello,

I have followed every step and deployed this in a vagrant VM configured with puphpet. The machine is running apache in Ubuntu, how do I enable the site and log into this default config

Thanks,

Adam

DrkSephy commented 7 years ago

Once you install the requirements from requirements.txt and run the Django webserver, it should work. Let me know if you encounter any more difficulties.

dbd5 commented 7 years ago

Hi,

I've started the Django webserver, It says Starting development server at http://127.0.0.1:8000

Puphpet setup mappings of all virtual hosts to the host machine on http://192.168.58.106/ so I assumed that going to http://192.168.58.106:8000 should work but it doesn't.

Any suggestions will be appreciated.