Code Monkey home page Code Monkey logo

projectbeheer's Introduction

##Webbased project manager

This is a simple project manager where you can manage projects with tasks for yourself to keep an eye on one (or more) project(s).

The code is built using Laravel, so if you need to know the nitty gritty on it's installation you should follow it's Installation guide. You should also have a working version of Composer.

Basic server requirements

I'm going to assume you've called your VirtualHost projectmanager.local

Installation

I'm assuming your Apache root folder is located at /var/www/html/ and that you're going to run the system in a subfolder /var/www/html/projectmanager/.

Execute the following commands in that folder (/var/www/html/projectmanager/) to install the system.

$ git clone https://github.com/sebastiaanfranken/projectbeheer.git /var/www/html/projectmanager
$ cd /var/www/html/projectmanager
$ composer install

Once this is complete you should have the system installed, but not yet configured. Make sure to copy the .env.example file to .env with the following command:

$ cp /var/www/html/projectmanager/.env.example /var/www/html/projectmanager/.env

When this is done you need to edit /var/www/html/projectmanager/.env and update the DB_* settings to match your database settings. Once this is done you'll need to run one last command to migrate (and create) the database tables.

$ php /var/www/html/projectmanager/artisan migrate

If all went well you now have the system up and running. Go to the URL/IP you gave your VirtualHost and have fun!

Post install

Once the Installation step is done you'll need to configure the main system user. This can be done by going to the following URL: http://projectmanager.local/setup This should return you to the login page, where you can login to the system.

Default credentials

The system creates one (1) default user, with the following credentials:

projectbeheer's People

Contributors

sebastiaanfranken avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.