Skip to content

Commit

Permalink
Update readme and include some setup directions for running examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshthecoder committed Mar 4, 2010
1 parent d381e07 commit 31a19c5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README
@@ -1,9 +1,12 @@
ooc-web
========
A web application and server library. This provides a
standard interface for web applications to communicate with web servers.
Your web application will work with any web server that implements
this specification.
A web application framework for the ooc programming language.
This provides a common API between your web application and
any server that implements the Server interface.

See examples for how to use ooc-web.
For any help feel free to hope into the #ooc-lang IRC channel
on freenode. You can also message me on github with any questions.

Author: Joshua Roesslein
License: BSD
9 changes: 9 additions & 0 deletions examples/README
@@ -0,0 +1,9 @@
Setup
-----
1. Copy the web folder and the web.ooc file into your OOC_LIBS directory.
2. Install the FastCGI server. See the servers folder.
3. Compile the examples.
4. Configure your FastCGI enabled web server to connect
with the application on port 8000.
5. Launch the example binary.
6. Visit the URL of your application in a browser and enjoy!

0 comments on commit 31a19c5

Please sign in to comment.