FOLIO安装记录(1)

本文详细记录了FOLIO的安装过程,包括使用Vagrant创建Ubuntu Xenial虚拟机,设置Java 8为默认,安装配置PostgreSQL 9.6以及处理安装过程中遇到的依赖问题。
摘要由CSDN通过智能技术生成

1.Build a target Linux host
   Clone this repository, cd into the directory that is created
     git clone https://github.com/folio-org/folio-install
     cd folio-install
   Bring up the Vagrant VM, log into it
    vagrant up
    vagrant ssh
This will create a VirtualBox VM based on this Vagrantfile, running a generic Ubuntu Xenial OS, with 10 GB RAM and 2 CPUs. Port 9130 of the guest will be forwarded to port 9130 of the host, and port 80 of the guest will be forwarded to port 3000 of the host. The folio-install directory on the host will be shared on the guest at the mount point /vagrant.

2.Install and configure required packages
Runtime requirements: Java 8, nginx, PostgreSQL 9.6, Docker
  Update the apt cache
  sudo apt-get update
Install Java 8 and nginx, and make Java 8 the system default
  sudo apt-get -y install openjdk-8-jdk nginx
  sudo update-java-alter

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值