OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems OroCRM quick local installation with Vagrant

This topic contains 5 replies, has 2 voices, and was last updated by  Nik 7 years, 4 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #27448

    Nik
    Participant

    Hi, all!

    I’ve made a Vagrant provision script for OroCRM local installation (for “the first look,” local development, etc. purposes – like Homestead project for Symfony and Laravel). So I would appreciate feedback on it.

    Repository: https://github.com/NiMias/oro-platform-vagrant.git

    Actually, this provisioner suitable for all OroPlatform-based applications, nut just OroCRM.

    So, to install OroCRM locally this way you have to:

    The installation process will take about 10-15 mins. Then you can access to application frontend by URL http://localhost:8000/ in your browser with login: admin, password: adminpass.
    For more detailed instructions, please, see README.md file.

    As I said, I would appreciate any feedback. Here or on a GitHub site.

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • #27449

    Tin Pham
    Participant

    Thank you for your work! It helps me a lot because I also tried to set up a similar installation.

    But I had some issue when trying to ssh to the VM after the installation finished.
    The Ubuntu Xenial seems to be not compatible with vagrant, and it ask for ubuntu user password.
    I posted this issue on github but then I tried to work around it and everything is quite ok now.

    Thank you again.

    #27450

    Nik
    Participant

    Tin Pham, thank you for the feedback!

    I just replied on Github (for some reason I did not receive notification about opened Issue) https://github.com/NiMias/oro-platform-vagrant/issues/2#issuecomment-259649240.

    The main point of my answer is there was some error during initialization of Vitualbox virtual machine and
    vagrant destroy and then vagrant up could help.

    Please, let me now if it’s everything ok now and you don’t mind closing Issue on Github.

    Thank you!

    #27451

    Tin Pham
    Participant

    Ni Nik, I have some problem with the “Job Queue”. System > Job Queue

    The Deamon status: Not running
    Deamon PID: N/A

    This pretends all commands to be executed. Do you have the same error?

    #27452

    Tin Pham
    Participant

    I found this link and it solved the problem with the job queue.
    https://oroinc.com/orocrm/forums/topic/no-run-daemon-button

    #27453

    Nik
    Participant

    Hi, Tin.

    Yes, “Not running” daemon – it’s kinda feature – I decided, rather, it’s not necessary to set up ‘oro:cron’ job in crontab. Because it could burden the VM when a developer doesn’t need this. And the developer can start it manually any moment if needed. What do you think about it?

    Probably I’ll add a note about this to the README file later, for clarity, thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top