summaryrefslogtreecommitdiffstats
path: root/docs/sections/installation.rst
AgeCommit message (Collapse)AuthorFilesLines
2021-06-02Update docs for music migrationkrishnaa961-664/+80
- Update the Architecture diagram - Split Installation page into configuration and advanced options Issue-ID: OPTFRA-964 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I214b05ef0f88cb11f50aa6156450506074ed06c0
2020-08-02Issue-ID: OPTFRA-772 optimization in git clone using --depthPratik Raj1-1/+1
optimize the git clone using --depth flag in term of size of clone and also in term's of time taken to fetch the files and commit history of whole repository . Respective issue with Issue-ID: OPTFRA-772 is created at https://jira.onap.org/browse/OPTFRA-772 More detail can be found at blog https://www.atlassian.com/git/tutorials/big-repositories Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: I6a2f842886fea1e5626e528c93e90eb7e924f7a2
2020-08-01optimize size and time using "--no-cache-dir"Pratik Raj1-4/+4
Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages by pip don't cached on system . This is a best practise which make sure to fetch ftom repo instead of using local cached one . Further , in case of Docker Containers , by restricing caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Issue-ID: OPTFRA-774 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: I40d9eb94ecea623a9ed54b50b1786b154788a17b
2018-11-29R3 RTDsandovalfr1-17/+741
Issue-ID: OPTFRA-262 Change-Id: Ida4d07f43167ed3f71b8d833b9bba237d3b19312 Signed-off-by: sandovalfrOAM <frank.sandoval@oamtechnologies.com>
2018-05-26address comments OPTFRA-242 and edit release notesfsandoval1-0/+3
Issue-ID: OPTFRA-242 Change-Id: I41a089f8c22936eb66d75fa8a5acdf21fa173700 Signed-off-by: fsandoval <frank.sandoval@oamtechnologies.com>
2018-05-01Beijing RC2 documentationfsandoval1-0/+22
Change-Id: Ic8b75e4cb33d6c4562cef2f2b9342974bfae03a3 Signed-off-by: fsandoval <frank.sandoval@oamtechnologies.com> Issue-ID: OPTFRA-41