Giter Site home page Giter Site logo

guomin / leanote Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leanote/leanote

0.0 1.0 0.0 54.34 MB

Not Just A Notebook! (不只是笔记!) (golang + mongodb) http://leanote.org

Home Page: http://leanote.com

License: Other

Go 7.75% Shell 0.04% CSS 17.10% JavaScript 75.11%

leanote's Introduction

Leanote

1. Introduction

Leanote, not just a notebook! leanote.png

Some Features

  • Knowledge: Manage your knowledge in leanote. leanote contains the tinymce editor and a markdown editor, just enjoy yourself writing.
  • Share: Share your knowledge with your friends in leanote. You can invite your friends to join your notepad in the cloud so you can share knowledge.
  • Cooperation: Collaborate with friends to improve your skills.
  • Blog: Publish your knowledge and make leanote your blog.

2. Why we created leanote

To be honest, our inspiration comes from Evernote. We use Evernote to manage our knowledge everyday. But we find that:

  • Evernote's editor can't meet our needs, it does not have document navigation, it does not render code properly (as a programmer, syntax highlighted code rendering is a basic need), it cannot resize images and so forth
  • We like markdown, but Evernote does not support it.
  • We want to share our knowledge, so all of us have our blogs (e.g. on Wordpress) and our Evernote accounts, but why can not those two be one!
  • ......

3. How to install leanote

More information about how to install leanote please see:

3.1. Download leanote

Leanote V1.0.2-beta has been released. Binaries:

Or you can clone Leanote bin repository (Recommend)

3.2. Install MongoDB

Leanote is written in go using revel and MongoDB. Thus, you need to first install MongoDB.

For more tips please have a look at our wiki

3.3. Import initial MongoDB data

The mongodb data is in [PATH_TO_LEANOTE]/mongodb_backup/leanote_install_data

$> mongorestore -h localhost -d leanote --directoryperdb PATH_TO_LEANOTE/mongodb_backup/leanote_install_data

The initial database contains two users:

user2 username: admin, password: abc123 (administrator)
user3 username: demo, password: [email protected] (this user is for demo)

3.4. Configuration

Modify [PATH_TO_LEANOTE]/conf/app.conf. Available configuration options are:

mongodb required

db.host=localhost
db.port=27017
db.dbname=leanote
db.username=
db.password=

app.secret required important The secret key used for cryptographic operations (revel.Sign).

FOR SECURITY, YOU MUST CHANGE IT!!

For more infomation please see app/app.conf and the revel manuals

3.5. Run leanote

$> cd PATH_TO_LEANOTE/bin
$> sudo sh run.sh

4. How to develop leanote

Please see How-to-develop-leanote

5. Contributors

Thank you to all the contributors on this project. Your help is much appreciated.

6. Contributing

Please fork this repository and contribute back using pull requests.

Docs

Discussion


中文

leanote's People

Contributors

lealife avatar iiuazz avatar asktalk avatar xqin avatar jaseg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.