ConfluencePS
Confluence REST API (including Cloud) via PowerShell
파일 탐색기
최종 버전 다운로드 (.zip)- confluenceps.mdc
- powershell-rules.md
- confluence-api-compatibility.instructions.md
- ci.yml
- integration_tests.yml
- release.yml
- changelog.configuration.json
- copilot-instructions.md
- extensions.json
- launch.json
- settings.json
- tasks.json
- ConvertFrom-HTMLEncoded.ps1
- ConvertFrom-URLEncoded.ps1
- ConvertTo-Attachment.ps1
- ConvertTo-GetParameter.ps1
- ConvertTo-Hashtable.ps1
- ConvertTo-HTMLEncoded.ps1
- ConvertTo-Icon.ps1
- ConvertTo-Label.ps1
- ConvertTo-Page.ps1
- ConvertTo-PageAncestor.ps1
- ConvertTo-ServerInformation.ps1
- ConvertTo-Space.ps1
- ConvertTo-URLEncoded.ps1
- ConvertTo-User.ps1
- ConvertTo-Version.ps1
- Copy-CommonParameter.ps1
- Invoke-WebRequest.ps1
- Remove-InvalidFileCharacter.ps1
- Set-TlsLevel.ps1
- Test-Captcha.ps1
- Test-ServerResponse.ps1
- Test-ShouldPreserveAuthorizationOnRedirect.ps1
- Write-DebugMessage.ps1
- Add-Attachment.ps1
- Add-Label.ps1
- ConvertTo-StorageFormat.ps1
- ConvertTo-Table.ps1
- Get-Attachment.ps1
- Get-AttachmentFile.ps1
- Get-ChildPage.ps1
- Get-Label.ps1
- Get-Page.ps1
- Get-ServerInformation.ps1
- Get-Space.ps1
- Invoke-Method.ps1
- New-Page.ps1
- New-Space.ps1
- Remove-Attachment.ps1
- Remove-Label.ps1
- Remove-Page.ps1
- Remove-Space.ps1
- Set-Attachment.ps1
- Set-Info.ps1
- Set-Label.ps1
- Set-Page.ps1
- ConfluencePS.format.ps1xml
- ConfluencePS.psd1
- ConfluencePS.psm1
- ConfluencePS.Types.cs
- ConfluencePS.Attachment.md
- ConfluencePS.ContentLabelSet.md
- ConfluencePS.Icon.md
- ConfluencePS.Label.md
- ConfluencePS.Page.md
- ConfluencePS.Space.md
- ConfluencePS.User.md
- ConfluencePS.Version.md
- index.md
- Add-Attachment.md
- Add-Label.md
- ConvertTo-StorageFormat.md
- ConvertTo-Table.md
- Get-Attachment.md
- Get-AttachmentFile.md
- Get-ChildPage.md
- Get-Label.md
- Get-Page.md
- Get-ServerInformation.md
- Get-Space.md
- index.md
- Invoke-Method.md
- New-Page.md
- New-Space.md
- Remove-Attachment.md
- Remove-Label.md
- Remove-Page.md
- Remove-Space.md
- Set-Attachment.md
- Set-Info.md
- Set-Label.md
- Set-Page.md
- about_ConfluencePS.md
- about_ConfluencePS_Authentication.md
- .template.ps1
- README.md
- Test-ServerResponse.Unit.Tests.ps1
- .template.ps1
- ConvertTo-StorageFormat.Unit.Tests.ps1
- ConvertTo-Table.Unit.Tests.ps1
- Get-AttachmentFile.Unit.Tests.ps1
- Get-ChildPage.Unit.Tests.ps1
- Get-Page.Unit.Tests.ps1
- Get-ServerInformation.Unit.Tests.ps1
- Get-Space.Unit.Tests.ps1
- Invoke-Method.Unit.Tests.ps1
- PublicCmdletUnitCoverage.Unit.Tests.ps1
- PublicCmdletUnitCoverageBaseline.psd1
- README.md
- Set-Page.Unit.Tests.ps1
- IntegrationTestTools.ps1
- TestTools.ps1
- .template.ps1
- Attachments.Integration.Tests.ps1
- Configuration.Integration.Tests.ps1
- Labels.Integration.Tests.ps1
- Pages.Integration.Tests.ps1
- README.md
- Spaces.Integration.Tests.ps1
- Test.png
- Test.txt
- Test.xlsx
- SetupScript.Unit.Tests.ps1
- StandardsVersionConsistency.Unit.Tests.ps1
- Update-DependenciesScript.Unit.Tests.ps1
- Build.Tests.ps1
- ConfluencePS.Tests.ps1
- Examples.Tests.ps1
- Help.Tests.ps1
- Invoke-ParallelPester.ps1
- Project.Tests.ps1
- PSScriptAnalyzer.Tests.ps1
- README.md
- Style.Tests.ps1
- build.requirements.psd1
- BuildTools.psm1
- setup.ps1
- update.dependencies.ps1
- Wait-ConfluenceServer.ps1
- .editorconfig
- .env.example
- .gitattributes
- .gitignore
- .spelling
- AGENTS.md
- CHANGELOG.md
- CLAUDE.md
- ConfluencePS.build.ps1
- docker-compose.yml
- GEMINI.md
- LICENSE
- PSScriptAnalyzerSettings.psd1
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/AtlassianPS/ConfluencePS
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ConfluencePS
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker compose up -d --build
정의된 모든 컨테이너(서버, DB 등)를 한 번에 빌드하고 백그라운드에서 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
