varchashva / LetsMapYourNetwork

Lets Map Your Network enables you to visualise your physical network in form of graph with zero manual error
GNU General Public License v3.0
440 stars 77 forks source link

Docker compose images do not work. #14

Closed develroo closed 5 years ago

develroo commented 5 years ago

Seems to be a configuration isssue. For one thing going to the default port host:9999 brings you to the default Django landing page.

Screenshot from 2019-05-08 11-50-18

When navigating to core default statisics page shows ok.:

Screenshot from 2019-05-08 13-34-47

But trying to create a project fails.

Screenshot from 2019-05-08 13-36-17

Screenshot from 2019-05-08 13-37-04

Even replacing //action with /action fails to find files.

This was creating the containers from the docker-compose.yml file.

For reference docker engine version is 18.09.6 and docker-compose version is 1.24.0-rc3, build 42894249 both on Debian Stretch.

varchashva commented 5 years ago

Hi @develroo can you please select 'default' project from 'Select Project' drop-down in top right corner and then try to create new project.

varchashva commented 5 years ago

Seems to be a configuration isssue. For one thing going to the default port host:9999 brings you to the default Django landing page.

Screenshot from 2019-05-08 11-50-18

When navigating to core default statisics page shows ok.:

Screenshot from 2019-05-08 13-34-47

But trying to create a project fails.

Screenshot from 2019-05-08 13-36-17

Screenshot from 2019-05-08 13-37-04

Even replacing //action with /action fails to find files.

This was creating the containers from the docker-compose.yml file.

For reference docker engine version is 18.09.6 and docker-compose version is 1.24.0-rc3, build 42894249 both on Debian Stretch.

hey @develroo, are you able to access the application as mentioned above? thanks

develroo commented 5 years ago

Yes.. That seems to allow the creation of other Project names. Though it is hardly what I would call intuative. Some smarter URL handling and some landing pages might be a better solution.

Will test it in other areas now see if it works ok.