Self hosted project management application

Overview

Version 2 is available at 92fiveapp.com

Before proceeding to installation please make sure that your server meets the minimum server requirements:

Minimum Server Requirements

  • PHP 5.4 or greater
  • PDO PHP extension
  • MCrypt PHP extension
  • GD PHP library
  • MySQL Database

If your webserver is running Apache then mod_rewrite should be installed

Installation

  • Please make sure that directory / sub-directory in which you are installing the application is empty
  • Download the Zip Archive from here
  • Unzip the archive to the prepared directory
  • Grant writing permission to app/storage, assets/uploads and assets/images/profilepics, app/config/app.php, app/config/database.php, app/config/92five.php and app/config/mail.php
  • Navigate to the /install to start the wizard and follow the instruction

For any help / queries / errors please visit forums.92fiveapp.com

Run on Terminal Run on Terminal

Comments
  • Exact dates should not be enforced

    Exact dates should not be enforced

    Hi I do not see any reason why the dates are enforced on the tasks and projects. For one the dates can be calculated based on subtask progress. Also this makes the system very rigid.

    It is looking nice btw.

    thanks

    enhancement 
    opened by blurmonk 6
  • Tests with sqlite in-memory

    Tests with sqlite in-memory

    No direct bug fixes here, but laying the ground work to easily write (and use) more comprehensive and aggressive tests. As a nice side effect, migrations and seeds get a workout with each test run.

    The immediate use case I had in mind when making these changes was tackling #95, since that looks like it might need a functional test to fully characterise underlying issue - I have no doubt blank first and/or last name is part of issue, but it might not be all of it.

    opened by CyberiaResurrection 5
  • Can you use a license thats clearer or made for software

    Can you use a license thats clearer or made for software

    Can you use a license that's made for software, because it seems that anybody that is:

    • creating a pull-request is breaking the license (since they created a derivative in their fork)...
    • changing the logo is probably a derivative work as well

    The CC BY-ND is made more for artwork (photos...) and not software..

    opened by eliasak 4
  • utf8_general_ci / utf8_unicode_ci

    utf8_general_ci / utf8_unicode_ci

    Hi, i'm realy don't understand why your character encoding so special. You had two amazing and universal encoding variants but you chose non convertable latin It was realy bad choice. Want you fix it some time?

    opened by greabock 3
  • While creating admin

    While creating admin "UnexpectedValueException The Response content must be a string or object implementing __toString(), "boolean" given. "

    Hello again,

    When I try to create my firtuser after creating admin account I am getting

    UnexpectedValueException
    The Response content must be a string or object implementing __toString(), "boolean" given.
    

    Still I can login with the account. but when I create account I get this error message.

    Any ideas?

    opened by teethgrinder 3
  • debian dependencies

    debian dependencies

    Hello, just wanted to drop a note.

    I got the 'something went wrong' error during installation after configuring the db. For me the php5-mysql package was missing.

    You can get an idea of what steps are necessary for debian here: https://github.com/Chaosbit/ansible-92fiveapp

    Kind regards

    opened by Chaosbit 3
  • apache url issue mod rewrite

    apache url issue mod rewrite

    I have a problem with the images in assets not showing. the url looks like: domain.com/index.php/assets/images/dashboard/circle_1.png it should be domain.com/assets/images/dashboard/circle_1.png this is an issue al over the site. I have used the .htaccess that is provided and I can confirm apache uses it. Any suggestions on how I can fix this?

    opened by ivo1981 2
  • Fix DB workings to use Laravel artisan commands

    Fix DB workings to use Laravel artisan commands

    I had downloaded 92five for my own use and had problems with database setup that blocked installation.

    Judging by your issue tracker, I'm not the only one (for example, #101 (partly), #76, #102 ), so I've cleaned up and published local changes I had made.

    I haven't tried breaking your big migration file out into its component parts - I was more focused on simply getting it working. I added basic tests so I could verify my changes still did what they were supposed to - are there any more tests you want me to add regarding my changes?

    On two local machines of mine, php artisan migrate --seed and php artisan migrate:reset both run to completion with no errors.

    92five also installs cleanly on both machines after these changes.

    opened by CyberiaResurrection 1
  • Install Error and Solution | Key of size 19 not supported by this algorithm.

    Install Error and Solution | Key of size 19 not supported by this algorithm.

    From a fresh install (from git and composer install), you'll get this error:

    mcrypt_encrypt(): Key of size 19 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported
    

    Solution is to run this command:

    php artisan key:generate
    
    opened by lancepioch 1
  • Duplicate create_92fiveapp_database.php

    Duplicate create_92fiveapp_database.php

    One of these migrations needs to be removed:

    • https://github.com/chintanbanugaria/92five/blob/220145b/app/database/migrations/2014_07_23_155724_create_92fiveapp_database.php
    • https://github.com/chintanbanugaria/92five/blob/220145b/app/database/migrations/2014_07_23_161323_create_92fiveapp_database.php

    Warning: Ambiguous class resolution, "Create92FiveappDatabase" was found in both "/app/database/migrations/2014_07_23_155724_create_92fiveapp_database.php" and "/app/database/migrations/2014_07_23_161323_create_92fiveapp_database.php", the first will be used.

    opened by lancepioch 1
  • suggestion: prefix tables...

    suggestion: prefix tables...

    I've just install 92 five, great work !

    Some suggestion: think about a prefix for tables, like wordpress do (prefix you can choose when installing, with 92five_ by default...)

    some webhoster limits your number of database...

    opened by richnourichnou 1
  • Error upon installation

    Error upon installation

    Fatal error: Uncaught Error: Class 'Patchwork\Utf8\Bootup' not found in C:\xampp\htdocs\92five\bootstrap\autoload.php:46 Stack trace: #0 C:\xampp\htdocs\92five\index.php(21): require() #1 {main} thrown in C:\xampp\htdocs\92five\bootstrap\autoload.php on line 46

    opened by eonrio 1
  • missing files?

    missing files?

    (DOMAIN) [Mon Oct 17 08:35:30 2016] [error] [client 77.103.108.28:37625] AH01215: PHP Fatal error: require_once(): Failed opening required '/home/sites/domain/public_html/92five/vendor/composer/autoload_real.php' (include_path='.:/usr/share/pear55:/usr/share/php') in /home/sites/domain/public_html/92five/vendor/autoload.php on line 5: /home/sites/domain/public_html/92five/index.php

    The file public_html/92five/vendor/autoload.php is trying to load the file public_html/92five/vendor/composer/autoload_real.php but the file does not exist in that location, nor does the "composer" folder.

    opened by tonyb1986 0
  • Shared Host: Host Gator : Missing Laravel and Composer files

    Shared Host: Host Gator : Missing Laravel and Composer files

    If you are on a shared host like Host Gator, don't use this version. It's missing Laravel and Composer files from the Vendor directory. You'll spend hours trying to get it to work.

    Instead, grab this version https://github.com/quoleaf/92five

    It has all the files needed. Be sure to set the PHP version to 5.5. All the other versions seem to error out.

    With the quoleaf version and the right php, set-up takes about 15 minutes. Without it, you'll waste at least six hours troubleshooting, looking at SSH, trying to add composer, trying to add laravel.


    The server defaults for the project should indicated that Laravel and Composer are required.

    opened by melriksdesign 2
  • min server requirments

    min server requirments

    • phpunit/phpunit 3.7.x-dev requires ext-dom * -> the requested PHP extension dom is missing from your system.

    apt-get install php7.0-xml solves this issue so min requirements needs xml added k thanks

    opened by osteth 1
Owner
Chintan Banugaria
Web passionate !
Chintan Banugaria
Cloudlog is a self-hosted PHP application that allows you to log your amateur radio contacts anywhere.

Web based amateur radio logging application built using PHP & MySQL supports general station logging tasks from HF to Microwave with supporting applications to support CAT control.

Peter Goodhall 291 Jan 5, 2023
DooTask is a lightweight open source online project task management tool that provides various document collaboration tools, online mind mapping, online flowcharting, project management, task distribution, instant IM, file management and other tools.

DooTask is a lightweight open source online project task management tool that provides various document collaboration tools, online mind mapping, online flowcharting, project management, task distribution, instant IM, file management and other tools.

kuaifan 3k Jan 5, 2023
FreeScout — Free self-hosted help desk & shared mailbox (Zendesk / Help Scout alternative)

Free Self-Hosted Zendesk & Help Scout Alternative FreeScout is the super lightweight free open source help desk and shared inbox written in PHP7+ (Lar

FreeScout 1.8k Jan 2, 2023
Simple self-hosted bug tracker

Bugken is a simple self-hosted error monitoring tool with laravel based. Json Error Payload { "message" : "get_error_message_from_exception", "log

Nexteam Indonesia 4 Jan 15, 2022
A self hosted download manager for movie and tv show trailers.

Introduction Trailarr is a self hosted download manager for movie and tv show trailers. Features: A beautiful, easy to use UI. Easy setup, readily con

null 13 Dec 19, 2022
An open source self hosted notes and bookmarks taking web app.

Benotes An open source self hosted web app for your notes and bookmarks side by side. This project is currently in Beta. You may encounter bugs or err

null 264 Jan 2, 2023
Self-hosted platform to keep and share your content: web links, posts, passwords and pictures.

Shaark is a self-hosted platform to keep and share your content: web links, posts, passwords and pictures. All of your data can be private, public or

MarceauKa 482 Dec 30, 2022
Self-hosted CMS platform based on the Laravel PHP Framework.

October is a Content Management System (CMS) and web platform whose sole purpose is to make your development workflow simple again. It was born out of

October CMS 10.8k Dec 30, 2022
A self-hosted, drag-and-drop, & nosql file conversion server that supports 62x file formats

A self-hosted, drag-and-drop, & nosql file conversion server that supports 62x file formats

Justin Grimes 388 Dec 26, 2022
mini Project in Laravel and vue js. Real World Laravel 8x + vue js Dashboard.Task management and project management system

mini Project in Laravel and vue js. Real World Laravel 8x + vue js Dashboard.Task management and project management system. Dashboard features such as: Complete Dashboard, Custom Authentication, Email Verification, custom-login-register-forgot password (without jetstream).

Hasmukh Dharajiya 2 Sep 20, 2022
Simple Dynamic DNS Web management self-hosting. Run over dnsmasq.

MyDDNS [BETA] Simple Dynamic DNS Web management self-hosting. It use dnsmasq. It was inspired on duckdns.org. Preparation You need root access to a se

Iván Eixarch 4 Jul 6, 2022
ATOS is a locally hosted application that allows you to easily manage clients/projects, generate invoices against backlogs, and estimate taxes.

Built by freelancer ??‍♂️, for freelancer ?? ?? ???? - ATOS is a locally hosted application that allows you to easily manage clients/projects, generate invoices against backlogs, and estimate taxes.

Jon Belelieu 33 Dec 27, 2022
A full-featured home hosted Cloud Drive, Personal Assistant, App Launcher, File Converter, Streamer, Share Tool & More!

A Fully Featured home-hosted Cloud Storage platform and Personal Assistant that Converts files, OCR's images & documents, Creates archives, Scans for viruses, Protects your server, Keeps itself up-to-date, and Runs your own AppLauncher!

Justin Grimes 178 Dec 26, 2022
Easily self host your documentation.

Docs for Laravel Generate docs for your projects Support us Like our work? You can support us by purchasing one of our products. Installation WIP, do

Flowframe 6 Oct 31, 2022
Feedback - Website for give opinions after eat in self of school NDLP Avranches.

Self-feedback is an online website software, a PHP web application developed using the Symfony framework (version 5.4.2). He has for objectif to send opinion to a meal with a commentary and a specifics opinions to different criteria. It also aims to be able to retrieve its opinions in various form to analyze them.

Allan BIVILLE 3 Oct 3, 2022
One time password generator, validator, and qrcode generator that has no web dependencies (self-contained) in PHP

otp-thing One time password generator, validator, and qrcode generator that has no web dependencies (self-contained) in PHP Introduction This started

Daniel Krusky 25 Apr 29, 2022
Laravel-Library-Management-system is nice to management library system...

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Eng Hasan Hajjar 2 Sep 30, 2022
:panda_face: Jitamin is a free software written in PHP, intended to handle the project management over the web. QQ群: 656868

Jitamin Jitamin (pronounced /ˈdʒɪtəmɪn/) is a free software written in PHP, intended to handle the project management over the web. Jitamin is inspire

jitamin 916 Dec 14, 2022
Kanban project management software

Kanboard Kanboard is project management software that focuses on the Kanban methodology. Official website: https://kanboard.org/ List of features Chan

Kanboard 7k Jan 7, 2023