Can i install OpenEdX platform in VMware Workstation? - vagrant

I think my question is clear from the Subject title
I had some problems while installing OpenEdX on VirtualBox so, i was thinking if i can install it using VMware Workstation.
Can i do that ?

Yes you can install it!
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2073803
This link should explain you how to do it.

Related

how to install dev libraries in windows?

Very noob question, from a user used to Linux and switched to Win.
I'm building a project as a library in Qt, and I am missing libsqlite3. Normally on Linux I'd install it via sudo apt install libsqlite3, but how can I do it in Windows?
I'm using MSVC2019 tools for building my app.
thank you!

Caldera Debian installation halt when running preseed

I am installing Caldera RIP Software (https://www.caldera.com/). Caldera software is shipped with a caldera debian. When install this debian, installation always halt when it is running preseed.
I have tried it on VMware virtual machine态Oracle VirtualBox and an usb harddisk.
Anybody has the same problem? And how can I solve this problem?
Thanks a lot.
Screenshot when installation halt
wait 15 min, install success.
^_^(I think it needs to give some tips).

How Can I install xcode in CentOS 7?

For building Ambari, it requires xcode in environment. So, I want to install xcode in CentOS 7.
Please help me. Thanks in advance.
Building Ambari does not really require xcode
You will primarily need Java 8, Maven and node.
you can install virtual machine like VMware then install hackintosh on that.

Unable to install XAMPP in windows 10

When i tried to install xampp in windows 10 64 bit it shows "windows cannotfind -n".
Is it the first time you're installing XAMPP on that machine? If it is, I would suggest to run some cleaning software that searches for unnecessary files and folders, clean them up and then try to install XAMPP again.
I recommend software like:
AdwCleaner (https://toolslib.net/downloads/viewdownload/1-adwcleaner/)
Malwarebytes (https://www.malwarebytes.com/)
CCleaner
Why do I suggest these? I personally use those myself and it often helps solving my problems with installing software.
If you've already installed XAMPP before, uninstall it completely and try to install it again after reboot!

How do I install git-subtree with Cygwin in Windows 7?

I'm struggling to install git-subtree with Cygwin and there hasn't been any good tutorials online focused on building from source in Windows. Have you ever had this issue, and what is the best strategy to tackle it?
git-subtree is not part of a package. However, like gitk you can manually
install it
wget rawgit.com/git/git/master/contrib/subtree/git-subtree.sh
install git-subtree.sh /bin/git-subtree

Resources