我很高兴配置我的新笔记本电脑来处理我已经存在的项目。我复制了一个应用程序的文件夹及其所有子文件夹,现在将它放在新的笔记本电脑中。看来我无法通过rails server
在项目的根目录下键入命令来启动服务器。我试图创建一个新项目并启动它,它工作得很好,所以我真的不知道该怎么做。Rails 版本是相同的和相同的Gemfile
。这是rails server
命令的结果:
Usage:
rails new APP_PATH [options]
Options:
-r, [--ruby=PATH] # Path to the Ruby binary of your choice
# Default: /home/toni/.rvm/rubies/ruby-1.9.3-p374/bin/ruby
-b, [--builder=BUILDER] # Path to a application builder (can be a filesystem path or URL)
-m, [--template=TEMPLATE] # Path to an application template (can be a filesystem path or URL)
[--skip-gemfile] # Don't create a Gemfile
[--skip-bundle] # Don't run bundle install
-G, [--skip-git] # Skip Git ignores and keeps
-O, [--skip-active-record] # Skip Active Record files
ETC...
谢谢!