Skip to content

Open-source project and knowledge management app written with Django.

License

Notifications You must be signed in to change notification settings

rogue26/processy.io

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Processy.io

Open-source project and knowledge management
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

![Product Name Screen Shot][product-screenshot]

Project management, project scoping, and knowledge management are so closely related that a project-oriented organization is unlikely to excel at any of them unless it excels at all of them.

There are many great project management tools out there that are well-suited for their intended purposes. I wanted a tool that more tightly integrated project management, knowledge management, and project scoping.

While Processy.io was built with the needs of a project-oriented, consulting-ish organization in mind, the structure that is imposed on tasks, deliverables, and workstreams, as well as the integrated project management tools make it useful for a much broader range of activities.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Processy.io is a webapp written in Python, which is accessed through the browser while running a local server. To run the webapp, you'll need to have python installed on your computer. Python is preinstalled on MacOS and virtually all Linux distributions. You can get the latest Python installation materials for Windows here.

Installation

  1. Navigate to your preferred directory (any directory will do) and clone the repo
    git clone https://github.com/rogue26/processy.io.git
    Alternatively, you can download the code as a zip file from github.
  2. Create a virtual environment
    python -m venv env
  3. Activate the virtual environment. On Windows, type:
    env\Scripts\activate.bat
    On Linux or Mac, type:
    env/bin/activate
  4. Install the required python packages
    pip install -r requirements.txt
  5. Standard Django startup procedures, i.e.
    python manage.py makemigrations
    python manage.py migrate
    python manage.py createsuperuser
    python manage.py runserver
  6. Navigate to localhost:8000 in your browser.

Usage

Coming soon.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

  • Django Bootstrap Modal Forms is a fantastic, well-constructed Django app that makes it effortless to use Bootstrap 4 modals with ajax within Django.

  • Frappe Gantt is an excellent javascript Gantt chart plugin with everything you need and nothing you don't.

  • Chart.js needs no introduction.

About

Open-source project and knowledge management app written with Django.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published