lms
lms copied to clipboard
Self deploy without docker, process started, but not app route
Describe the bug Self deploy without docker, process started, but not app route
To Reproduce Steps to reproduce the behavior:
- install the freapp-bench with pip3
- bench start
- follow readme command
bench new-site lms.test
bench get-app lms
bench --site lms.test install-app lms
bench --site lms.test add-to-hosts
- See error
Expected behavior can go into the lms system as readme show
Screenshots
Server Log
Desktop (please complete the following information):
- OS: Ubuntu 20.04 LTS
- Browser chrome
- Version 112.0.5615.122 (Official Build) (64-bit)
Additional context Nothing
i deploy it on my homelab server, but i try to use wget in server with lms.test domain , it can get an html file, so how can i request from other client (like my laptop)?
server wget itself screenshot, it can get with lms.test by add-to-host
laptop chrome:
still can't access to it. my homelab server ip is 192.168.3.10( private network)
@ray1888 the name of your site is lms.test right?
Did you add the site to the hosts' file? Try the command mentioned below.
bench --site lms.test add-to-hosts
Once this is done, open the browser and visit lms.test:8000. The website should open up from there.
@pateljannat already add at my homelab server, but the command you mention is add a host to 127.0.0.1 as lms.test domain. but i need to test the system throught the lan. add host lms.test as localhost of homelab server is not meet up with my requirement. maybe i think the question is how can i add host 192.168.3.10 as lms.test, because currently only homelab server itself can refer as lms.test
@pateljannat i still can't get it access from my desktop, what should i do to fix it?