ここにGROWIを建てる

  • OS
    Ubuntu Server 16.04 LTS 64bit

公式のGitHubを参考に利用
https://github.com/weseek/growi#how-to-start 

tltd;

apt-get install mongodb service mongodb start service mongodb status ss -pants | grep mongo curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install nodejs echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn apt-get install git git clone https://github.com/weseek/growi.git ls -la cd growi/ yarn MONGO_URI=mongodb://localhost:27017/growi npm start history