文件名称:manifold:流形-多种多样
文件大小:31.76MB
文件格式:ZIP
更新时间:2024-04-21 15:11:36
library-website Ruby
流形 调整-多种多样 多方面管理,协调和显示有关天普大学图书馆的数据。 系统要求 Ruby 2.7.2 Postgres> = 9.5 入门 设置环境变量: export GOOGLE_OAUTH_CLIENT_ID="Google client ID goes here" export GOOGLE_OAUTH_SECRET="Google OAuth secret goes here" 将这些相同的行添加到您的.bash_profile或.bashrc文件中,具体取决于您如何设置Bash shell。 克隆存储库并导航到源代码目录 git clone git@github.com:tulibraries/manifold.git cd manifold 安装依赖项 bundle install 安装JSON验证工具 sudo apt-get -y install npm sudo