v0.4 released
This commit is contained in:
12
README.md
12
README.md
@ -22,10 +22,10 @@ To be honest, our inspiration comes from Evernote. We use Evernote to manage our
|
||||
|
||||
### 3.1. Download leanote
|
||||
|
||||
Leanote V0.3 has been released. Binaries:
|
||||
Leanote V0.4 has been released. Binaries:
|
||||
|
||||
* Linux: [leanote-linux-v0.3.bin.tar.gz](https://github.com/leanote/leanote/releases/download/0.3/leanote-linux-v0.3.bin.tar.gz)
|
||||
* MacOS X: [leanote-mac-v0.3.bin.tar.gz](https://github.com/leanote/leanote/releases/download/0.3/leanote-mac-v0.3.bin.tar.gz)
|
||||
* Linux: [leanote-linux-v0.4.bin.tar.gz](https://github.com/leanote/leanote/releases/download/0.4/leanote-linux-v0.4.bin.tar.gz)
|
||||
* MacOS X: [leanote-mac-v0.4.bin.tar.gz](https://github.com/leanote/leanote/releases/download/0.4/leanote-mac-v0.4.bin.tar.gz)
|
||||
|
||||
### 3.2. Install MongoDB
|
||||
|
||||
@ -129,10 +129,10 @@ leanote是一款私有云笔记, 你可以下载它安装在自己的服务器
|
||||
|
||||
### 3.1. 下载leanote
|
||||
|
||||
Leanote V0.3 已发布, 二进制文件(暂时没有windows版的):
|
||||
Leanote V0.4 已发布, 二进制文件(暂时没有windows版的):
|
||||
|
||||
* Linux: [leanote-linux-v0.3.bin.tar.gz](https://github.com/leanote/leanote/releases/download/0.3/leanote-linux-v0.3.bin.tar.gz)
|
||||
* MacOS X: [leanote-mac-v0.3.bin.tar.gz](https://github.com/leanote/leanote/releases/download/0.3/leanote-mac-v0.3.bin.tar.gz)
|
||||
* Linux: [leanote-linux-v0.4.bin.tar.gz](https://github.com/leanote/leanote/releases/download/0.4/leanote-linux-v0.4.bin.tar.gz)
|
||||
* MacOS X: [leanote-mac-v0.4.bin.tar.gz](https://github.com/leanote/leanote/releases/download/0.4/leanote-mac-v0.4.bin.tar.gz)
|
||||
|
||||
### 3.2. 安装 MongodbDB
|
||||
|
||||
|
@ -66,8 +66,8 @@
|
||||
<h2 style="margin: 20px 0;text-align: center;">{{msg . "download"}}</h2>
|
||||
<div class="row">
|
||||
<div style="width:300px; margin:auto; padding: 10px;">
|
||||
Linux: <a href="https://github.com/leanote/leanote/releases/download/0.3/leanote-linux-v0.3.bin.tar.gz">leanote-linux-v0.3.bin.tar.gz</a> <br />
|
||||
MacOS X: <a href="https://github.com/leanote/leanote/releases/download/0.3/leanote-mac-v0.3.bin.tar.gz">leanote-mac-v0.3.bin.tar.gz</a> <br />
|
||||
Linux: <a href="https://github.com/leanote/leanote/releases/download/0.4/leanote-linux-v0.4.bin.tar.gz">leanote-linux-v0.4.bin.tar.gz</a> <br />
|
||||
MacOS X: <a href="https://github.com/leanote/leanote/releases/download/0.4/leanote-mac-v0.4.bin.tar.gz">leanote-mac-v0.4.bin.tar.gz</a> <br />
|
||||
<br />
|
||||
<a href="https://github.com/leanote/leanote#3-how-to-install-leanote">{{msg . "howToInstallLeanote"}}</a>
|
||||
</div>
|
||||
|
BIN
bin/leanote-linux2
Normal file
BIN
bin/leanote-linux2
Normal file
Binary file not shown.
@ -54,7 +54,8 @@ cd $SP
|
||||
cd ../
|
||||
cp ./bin/leanote-linux $tmp/leanote/bin/
|
||||
cd $tmp
|
||||
tar -cvf $tmp/leanote-linux.tar.gz leanote
|
||||
tar -cvf $tmp/leanote-linux-v0.4.bin.tar leanote
|
||||
gzip $tmp/leanote-linux-v0.4.bin.tar
|
||||
|
||||
# mac
|
||||
rm $tmp/leanote/bin/leanote-linux
|
||||
@ -62,6 +63,7 @@ cd $SP
|
||||
cd ../
|
||||
cp ./bin/leanote-mac $tmp/leanote/bin/
|
||||
cd $tmp
|
||||
tar -cvf $tmp/leanote-mac.tar.gz leanote
|
||||
tar -cvf $tmp/leanote-mac-v0.4.bin.tar leanote
|
||||
gzip $tmp/leanote-mac-v0.4.bin.tar
|
||||
|
||||
# BLOCK'
|
Reference in New Issue
Block a user