3

I have a server. I'd really like to be able to log into a website that I host and do something like take notes for a class, record some thought, etc. Is there any software that would allow me to do this?

I'm thinking something sort of like google docs, but note-taking oriented. Also, I want to host the software myself.

fixer1234
  • 28,064
devin
  • 261

10 Answers10

6

You could set up your own personal wiki.

Some links with relevant info:

I'd suggest one of the online note-taking platforms listed here, but you wouldn't be able to host them yourself. Hence the wiki suggestion -- projects like Instiki are well-suited to this.

Donut
  • 833
2

If are looking to take notes and getting organized, I would suggest Tracks GTD. This has the added benefit of being able to turn notes into actionable items. The interface is simple and has a mobile web based version as well.

2

For a dead simple, very portable (can host on a webserver, harddrive, usb drive or whatever), you should take a look at TiddlyWiki. It's a wiki created with javascript and html so it's all browser based and pretty easy to use.

From my experience, ease of use is king in note taking, the easier it is to access and create notes, the more you will use the application. If you have to spend all your time configuring and maintaining your note taking app, you'll lose any time you saved by using it in the first place.

Millhouse
  • 713
1

Depending on the nature of your notes and workflow... I'd go for BitNami Tracks if organizer/planner's features might become handy , or just Dokuwiki for a sort of wiki aproach... In both cases the Bitnami installers take care of the complex steps, and have it all integrated, it's easier to have it up and running (in just some mins, through an installer-wizzard). You can install it in your Mac, Windows, or Linux. (or even in a VM, in the cloud, etc)

S.gfx
  • 1,698
  • 11
  • 14
1

I realize you're looking for software such as programs and the like for hosting your own apps. But if I could stray from your post and bring up a minor side point:

If you're doing it (hosting your own server) from home, odds are.. you'll need some sort of dynamic DNS service.

Dynamic DNS is a method, protocol, or network service that provides the capability for a networked device, such as a router or computer system using the Internet Protocol Suite, to notify a domain name server to change, in real time (ad-hoc) the active DNS configuration of its configured hostnames, addresses or other information stored in DNS.

There are a few vendors out there that do Dynamic DNS and most . I've used DynDNS as they offer free Dynamic DNS but use their own array of domain names to choose from. I'm sure there are other providers who may offer better features and what not, but just keep Dynamic DNS in mind as it will make your cloud a little easier to access.

osij2is
  • 1,943
1

simplest way to host your own personal Mediawiki installation: http://bitnami.org/stack/mediawiki

moioci
  • 444
1

I was in the same process of finding a solution for a note-oriented web application and found http://luminotes.com.

It's quick and easy to use, and is desktop installable. The best feature for me was that it can interlink notes for quick access. You can get a free account with 30 MB storage with export functions to e.g. Excel, and there's a desktop version too.

0

A bit outdated since the question was altered, and for me it's mostly fun and not really usable, but that is a matter of taste: eyeos. (Or see the demo.)

(I especially would like a way to keep the session running after closing the browser. It would also be good if browsing through eyeos is proxied over the server. The latter is possible, but more like a proof of concept. The new eyeos 2.0 was delayed a bit, but it's available since February 1st, 2010. My highlights: collaboration on documents, and (upcoming?) synchronisation of files, contacts and agendas with your home computer. The demo/public server at eyeos.info has not been updated yet.)

Arjan
  • 31,511
0

+1 to Millhouse's answer. I think TiddlyWiki is a great little app. To add simplicity, you can use TiddlyWiki with a WYSIWYG plugin.

alfplayer
  • 5,803
0

I'm not sure what your definition of "note-taking" is. Lots of people use a blog like Blogger or WordPress for this purpose, because the interface is simpler than Google docs or Google Sites. Blogger's "custom domain" option serves the blog pages from your own server.

Michelle
  • 533