Click here to Skip to main content
15,867,568 members
Articles / Web Development / ASP.NET
Article

Fireblog A Blog application under linux with mono

Rate me:
Please Sign up or sign in to vote.
2.05/5 (8 votes)
29 Dec 20041 min read 49.1K   311   18   5
Fireblog is the fireball implementation of a WebBlog application completely written under mono on linux

Introduction

FireBlog is a Weblog application completely written on mono with C# all from scratch, because i needs a blog application for .net and beacuse i love write a software from scratch i have start this project, this application is fully working but user grant permission is not implemented, all user for the moment are admin. The goals of this document is to provide the reader with a Working FireBlog application on our mono based server Getting the Source and Other Requirements Getting the source code are very simple you can go at http://dotnetfireball.homelinux.net/portal/project_viewer.aspx?file=fireblog.xml and download the binary package with source code and extract it on the destination folder.

Compiling the Source Code

Compiling the source code isn't necessary beacuse i have provided on the package the binary version, but if you like to recompile it you can execute the compile.sh file.

Site Configuration

For run correctly your Blog you need to set correctly the permission of data folder with this istruction chmod 770 data/ -R Now open the file users.xml on the data folder and change the attribute password with you own password.

Running and Testing

Now you can test the Blog with navigate to you site at http://<youdomain>/fireblog our with running xsp and navigate to http://localhost:8080/. For running it correctly ensure you have added to your site the directive DirectoryIndex with the value index.aspx For accessing to your admin section can navigate to the url http://<youdomain>/fireblog/manager.aspx.

Bugs

please send bugs report at http://forum.dotnetfireball.homelinux.net/ My home page is at http://dotnetfireball.homelinux.net/

More Info

If you have a question please post a comment, for the moment i don't have more time to spend on this article.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
Questionhow do i configure firelog in my machine Pin
testpoc8-Oct-06 20:26
testpoc8-Oct-06 20:26 
GeneralWorks under DotGNU .. whooo !! Pin
t3rmin4t0r29-Dec-04 5:00
t3rmin4t0r29-Dec-04 5:00 
GeneralRe: Works under DotGNU .. whooo !! Pin
Anonymous29-Dec-04 6:32
Anonymous29-Dec-04 6:32 
GeneralRe: Works under DotGNU .. whooo !! Pin
dotnetfireball29-Dec-04 6:41
dotnetfireball29-Dec-04 6:41 
GeneralGood but Pin
Paul Watson29-Dec-04 3:50
sitebuilderPaul Watson29-Dec-04 3:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.