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

vagrant time too long #25

Closed
wubin1836 opened this issue Jul 21, 2017 · 4 comments
Closed

vagrant time too long #25

wubin1836 opened this issue Jul 21, 2017 · 4 comments

Comments

@wubin1836
Copy link

hi,when I run vagrant The program stopped at "default: Waiting for machine to boot. This may take a few minutes..." .And this step has been going on for hours

vagrant

@tuupola
Copy link
Owner

tuupola commented Jul 21, 2017

I just tested with fresh install and $ vagrant up works ok. I would try stopping the bootup by pressing ctrl-c couple of time and then doing:

$ vagrant destroy
$ vagrant up

To see if it helps.

I can also see you are not using the default Vagrantfile. Try using the provided Vagrantfile instead.

@wubin1836
Copy link
Author

Thanks a lot.It's very helpful.
But If I don't want to use vagrant.How can i run it?
I copied the project to Apache's working path.Is it enough ?

@tuupola
Copy link
Owner

tuupola commented Jul 22, 2017

You can install in the same way as you would with any other PHP project. Basically as you said just copy the files to Apache document root. Make sure you also copy the .htaccess file.

See the configuration section in the Slim documentation and the Slim forums. Additionally refer to documentation of the Linux distribution you are using. StackOverflow is also a good place for general computing help.

@wubin1836
Copy link
Author

Thanks a lot 👍

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

2 participants