Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write documentation #218

Open
3 of 5 tasks
fallen opened this issue Apr 12, 2020 · 7 comments
Open
3 of 5 tasks

Write documentation #218

fallen opened this issue Apr 12, 2020 · 7 comments
Assignees

Comments

@fallen
Copy link
Member

fallen commented Apr 12, 2020

Documentation should at least address the following points:

  • Installation
  • Configuration
  • Usage
  • Update
  • Backup

Documentation will be included in git repo, it will use sphinx framework.

@fallen fallen self-assigned this Apr 12, 2020
@martinlehoux
Copy link
Contributor

Have you started yet to work on this ? Is there already the documentation architecture ?

@fallen
Copy link
Member Author

fallen commented May 12, 2020

Yes, documentation is in doc/ , it's in sphinx format (.rst), it can easily be compiled with make html from the doc directory.
It's online at https://pytition.readthedocs.io/

@fallen
Copy link
Member Author

fallen commented May 12, 2020

So far it's only an Installation documentation and a start of Configuration doc'.

@martinlehoux martinlehoux self-assigned this May 12, 2020
@martinlehoux
Copy link
Contributor

I would like to work on the backup doc. When talking about backup, is it just about a db backup + media backup ? Is there any technology we want to advise using ?

@fallen
Copy link
Member Author

fallen commented Jun 9, 2020

I would like to work on the backup doc. When talking about backup, is it just about a db backup + media backup ? Is there any technology we want to advise using ?

That's indeed an important point.
I have no technology in mind yet. Feel free to do some research about what's best. Maybe the Django project has some standard/advised tooling?

But in the end I would also say that it's boils down to backuping:

  • db
  • release version (or SHA-1 ? or entire source tree ?)
  • config
  • media

@martinlehoux
Copy link
Contributor

I looked into Django docs, there is hardly anything about how to make backups.
There is this repo : https://github.com/django-dbbackup/django-dbbackup which appears in several search results, managing database and media files, maybe i'll take a look at it

@fallen
Copy link
Member Author

fallen commented Sep 2, 2020

Update and backup documentation is now done: https://pytition.readthedocs.io/en/latest/update.html

@martinlehoux martinlehoux removed their assignment Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants