Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port issues #41

Closed
jume-dev opened this issue Nov 12, 2013 · 7 comments
Closed

port issues #41

jume-dev opened this issue Nov 12, 2013 · 7 comments

Comments

@jume-dev
Copy link

hey there,
wanted to try this on a virtualbox with port forwarding.
So, the url for accessing ximdex on my host system is:
http://localhost:8080/ximdex

But i can't give the port to the install script. if i type it at the appropriate place, i get an error saying the url is incorrect.
But if i specify it without url, it breaks completely

Any ideas?

Regards

@abarrachina
Copy link

Hello, and thank you for try ximdex CMS.

We've tried to install ximdex in the url: http://localhost:8080/ximdexTest and it was succesful.

installing ximdex on 8080

After you type the url, the installation process try to gets the README.md file under that url. if it doesn't exist the process will return the error message.
Are you trying to install ximdex in a remote server from your host?

Regards

@jume-dev
Copy link
Author

Well, as i said the url is valid for my host system, but i excecute the install process on my guest system. thats why it can't find the url there.

@abarrachina
Copy link

Try changing the line 112 in install/script/ximparams.sh: https://github.com/XIMDEX/ximdex/blob/master/install/scripts/ximparams.sh#L112
This line must be:

if [ -n "$XIMDEX_PARAMS_HOST" ]

You can also copy the file from my fork: https://github.com/abarrachina/ximdex/blob/master/install/scripts/ximparams.sh

@jume-dev
Copy link
Author

I did that and the installation process succeded. However, i still couldn't access the site. it trys to load every asset from a strange path like http://localhost/ximdex:8080/ximdex, although i entered the correct one.
Maybe this bug was caused from my installation over and over again. will try it with fresh files again

@fjcarreterox
Copy link

Hi Robert!

I think you mean http://localhost:8080/ximdex, right?

@jume-dev
Copy link
Author

thats what i want, but thats not what i got :(

@jume-dev
Copy link
Author

Ok, tried it again with fresh files and everything worked like charm.
thank you for your help :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants