I have a VMware virtual machine with UBuntu 11.04, Apache and MySQL and Ruby on Rails 3.1. I have done a tutorial in it http://ruby.railstutorial.org/ruby-on-rails-tutorial-book and I wanted to copy the app to another machine which had the same setup, run "rake db:migrate" and then use the application.
I copied the folder to my host machine (Win 7), opened the second virtual machine and copied the app there. Well, I see that only some file got copied! Those files which were initially created when you run the "rails new app" command, but not those which were created when doing that tutorial.
我试图在虚拟机器中翻一番,复制机,再复制第二台虚拟机器。 当我不满意时,我与以上情况相同:只有最初的估算值才算在当时,而不是我后来补充的。
Why this happens?? I am using a user account, not root account. But I tried using a root account (thinking maybe it s some permission related stuff) and I have the same problem.
我怎么能够这样做,我怎么能够用机器向另一个机器复制一件(其中所有内容)而没有问题?