RE: [fw-general] JotBug - A Project Management Issue Tracker written 100% with Z F :-)

2009-01-28 Thread Jamie Sutherland
Hi Robert,

 

Projects looking good so far!

 

Just a few notes for the installation on Ubuntu 8.10 from a standard
LAMP installation you'll also require.

 

 sudo apt-get install php5-sqlite

 

Also you need to use the sqlite3 binary to create the database rather
than sqlite.

 

 sqlite3 jotbug.db3  jotbug.sql

 

I'm sure it's simple things that most people will figure out for
themselves but through I'd mention it in case you want to include these
details in the installation page on the wiki.

 

If you want a place to host a demo give me a shout, I've got some spare
server space and I'm very interested in projects like this based on PHP.

 

I'll give more feedback when I've had a better chance to play about.

 

Cheers,

Jamie

 

 

 



From: Robert Castley [mailto:robert.cast...@macro4.com] 
Sent: 27 January 2009 23:37
To: till
Cc: fw-general@lists.zend.com
Subject: RE: [fw-general] JotBug - A Project Management  Issue Tracker
written 100% with Z F :-)

 

  
 Maybe you can install a demo somewhere? E.g., for JotBug itself? 

:-) 

If I could find a permenant home I would!  At the moment I am only able
to provide that facility when I am online at home as I can run it in a
VM without worrying about being hacked etc.  The URL for that is
http://rcastley.plus.com but it is NOT available 24hrs.

JotBug is real easy to install, as long as you have PHP (with PDO_SQLITE
enabled)  Apache you can run it. See
http://code.google.com/p/jotbug/wiki/Installation

As the code becomes more stable and public interest in the project
increases then I will eventually get professional hosting and use JotBug
to host itself.

- Robert 



This email has been scanned for all known viruses by the MessageLabs
Email Security Service and the Macro 4 plc internal virus protection
system.




[fw-general] JotBug - A Project Management Issue Tracker written 100% with Z F :-)

2009-01-27 Thread Robert Castley
Hi,
 
I am looking (begging!) for help/testing/feedback etc etc etc on my JotBug
project
 
http://jotbug.googlecode.com http://jotbug.googlecode.com 
 
So far, I have the following implemented:
 
Wiki
 - Syntax is Textile
 - Add
 - Edit
 - Preview
 - Delete
 - Attachments (upload/view)
 - Code highlighting using Geshi
 - Macro Plugins
 
Tracker
 - Add
 - List
 - View
 
Authentication
 - Dummy Login
 
SCM
 - SVN browser
 - SVN viewer - code highlighting using GeSHi
 
Mutiple Project Listing
 
I am working on e-mail notification and user profile/account settings at the
moment.
 
Thanks in advance.
 
- Robert
 
 
 



This email has been scanned for all known viruses by the MessageLabs Email 
Security Service and the Macro 4 plc internal virus protection system.


Re: [fw-general] JotBug - A Project Management Issue Tracker written 100% with Z F :-)

2009-01-27 Thread till
On Wed, Jan 28, 2009 at 12:15 AM, Robert Castley
robert.cast...@macro4.com wrote:
 Hi,

 I am looking (begging!) for help/testing/feedback etc etc etc on my JotBug
 project

 http://jotbug.googlecode.com

 So far, I have the following implemented:

 Wiki
  - Syntax is Textile
  - Add
  - Edit
  - Preview
  - Delete
  - Attachments (upload/view)
  - Code highlighting using Geshi
  - Macro Plugins

 Tracker
  - Add
  - List
  - View

 Authentication
  - Dummy Login

 SCM
  - SVN browser
  - SVN viewer - code highlighting using GeSHi

 Mutiple Project Listing

 I am working on e-mail notification and user profile/account settings at the
 moment.

 Thanks in advance.

 - Robert

Maybe you can install a demo somewhere? E.g., for JotBug itself?

Till