Open-source project and knowledge management
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
![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.
To get a local copy up and running follow these simple steps.
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.
- Navigate to your preferred directory (any directory will do) and clone the repo
Alternatively, you can download the code as a zip file from github.
git clone https://github.com/rogue26/processy.io.git
- Create a virtual environment
python -m venv env
- Activate the virtual environment. On Windows, type:
On Linux or Mac, type:
env\Scripts\activate.bat
env/bin/activate
- Install the required python packages
pip install -r requirements.txt
- Standard Django startup procedures, i.e.
python manage.py makemigrations python manage.py migrate python manage.py createsuperuser python manage.py runserver
- Navigate to localhost:8000 in your browser.
Coming soon.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
-
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.