我试图与Diaspora一起运行另一个Rails 项目。
我使用了命令,并在同一目录中使用.
我访问了http 127.0.0.1:3001和项目两个http 127.0.0.1:3002。
但我只能在两个端口上打开散居服务器。
我还尝试在Diaspora目录中创建一个新的项目文件夹 (Projects) 。rails server -p 3001
rails server -p 3002
cd Diaspora
cd Diaspora
cd Projects
rails new project2
我得到了这个输出:
Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first.
Type 'rails' for help.
我该如何解决这个问题?