如何使用 IDEA 运行。git 克隆IDEA 中安装插件 Play 2.0 Support。在 IDEA 中新建 Play 项目并设置项目文件夹。安装 postgres 并创建本地数据库。设置 {DATABASE_NAME}sudo nano ~/.bash_profile,导出数据库URL:export DATABASE_URL=\"jdbc:postgresql://localhost:5432/{DATABASE_NAME}?user={USER}&password={PASSWORD}\"source ~/.bash_profileIDEA 或通过 SBT 运行项目。如何使用 Activator Framework 运行:brew install activator。转到项目文件夹:git 克隆brew install postgresql。运行 postgres 数据库,设置 {DATABASE_NAME}