-
Notifications
You must be signed in to change notification settings - Fork 8
How to install leanote on Ubuntu?
wiselike edited this page Jan 16, 2022
·
1 revision
cd /tmp
if [ $(arch) = 'x86_64']; then
wget https://storage.googleapis.com/golang/go1.3.1.linux-amd64.tar.gz
else
wget https://storage.googleapis.com/golang/go1.3.1.linux-386.tar.gz
fi
sudo tar -C /usr/local -xzf go*.tar.gz
cat >> ~/.bashrc <<EOF
export GOROOT=/usr/local/go
export GOPATH=$HOME/gocode
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
EOF
source ~/.bashrc
# install revel & leanote
go get github.com/revel/cmd/revel
go get github.com/leanote/leanote/app#
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list
sudo apt-get update
sudo apt-get install -y mongodb-org- Home-of-leanote-official
- How-to-develop-leanote-如何开发leanote
- How-to-install-leanote-on-Ubuntu?
- How-to-Upgrade-Leanote
- Install-Mongodb
- leanote-api-en
- leanote-api
- leanote-binary-installation-on-Mac-and-Linux-(En)
- leanote-binary-installation-on-Windows-(En)
- leanote-blog-theme-api_en
- leanote-blog-theme-api
- leanote-develop-distribution-installation-tutorial
- Leanote-QA-English
- Leanote-source-installation-on-Mac-and-Linux-(En)
- leanote-source-installation-on-Windows-(En)
- Leanote-source-leanote源码导读
- Leanote-Synchronization
- Leanote-二进制版详细安装教程----Mac-and-Linux
- Leanote-二进制版详细安装教程----Windows
- Leanote开发版在Cubieboard上详细安装教程
- Leanote-源码版详细安装教程----Mac-and-Linux
- Leanote-源码版详细安装教程----Windows
- QA
- Translating
- 客户端图片,-附件下载与上传
- 客户端图片缓存处理