1

Any guidelines on migrating a bunch of command line scripts to web based app? It is mainly a information retrieval application that I'm trying to build and does not really need to have much of user management - something in the lines of upload some documents and search in them. The motivation for going web based in mainly intuitive UI. Using something like plone and modifying it would probably be a bit too much, right?

1 Answer 1

6

You could try using some minimalistic web framework.

If what you are trying to do is really simple you could have a look at Bottle

http://bottle.paws.de/docs/dev/index.html

Just import your scripts, think of some simple url scheme and write a few views.

Sign up to request clarification or add additional context in comments.

1 Comment

bottle looks great .. can't wait to try it out

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.