在CentOS 6.6上安装crowi-plus
安装
# yum install git
# git clone https://github.com/creationix/nvm.git ~/.nvm
# source ~/.nvm/nvm.sh
# vi ~/.bash_profile
if [[ -s ~/.nvm/nvm.sh ]];
then source ~/.nvm/nvm.sh
fi
# nvm install 6.11.4
# nvm alias default 6.11.4
# npm install -g npm
# npm install -g yarn@1.1.0
# vi /etc/yum.repos.d/mongodb.repo
[mongodb]
name=MongoDB Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/
gpgcheck=0
enabled=1
# yum install mongodb-org
# service mongod start
# chkconfig --add mongod
# git clone https://github.com/weseek/crowi-plus.git
# cd crowi-plus
# yarn
# npm start
访问网址为http://x.x.x.x:3000/
插件
# yarn install crowi-plugin-lsx
# yarn install crowi-plugin-pukiwiki-like-linker
# npm start
我对lsx的要求
能否用lsx将用户的备忘录列出来呢?
A先生
2017/10/11
2017/10/10
B先生
2017/10/05
2017/10/01
想要这样做。
允许文件上传。
# vi .bash_profile
export FILE_UPLOAD=local
# npm start