dev-case
A privacy-focused and secure CMS, Blog and Portfolio made with Python & Django. Designed with developers and IT professionals in mind.
파일 탐색기
최종 버전 다운로드 (.zip)- deploy.template.yaml
- test-lint.yml
- FUNDING.yml
- 0001_initial.py
- __init__.py
- __init__.py
- admin.py
- apps.py
- forms.py
- models.py
- tests.py
- urls.py
- views.py
- 0001_initial.py
- 0002_rename_isntagramm_socialaccountsconfig_instagram_and_more.py
- __init__.py
- __init__.py
- admin.py
- apps.py
- context_processors.py
- models.py
- tests.py
- views.py
- 0001_initial.py
- __init__.py
- __init__.py
- admin.py
- apps.py
- forms.py
- models.py
- tests.py
- views.py
- __init__.py
- markdown_tags.py
- __init__.py
- asgi.py
- context_processors.py
- feeds.py
- settings.py
- sitemaps.py
- tests.py
- urls.py
- views.py
- wsgi.py
- global.css
- reset.css
- theme.css
- typography.css
- article_card.css
- buttons.css
- icons.css
- project_card.css
- text_card.css
- footer.css
- misc.css
- navbar.css
- about.css
- blog.css
- contact.css
- error-page.css
- project-detail.css
- search.css
- markdown.css
- style.css
- util.css
- source-sans-pro-bold-latin.woff2
- source-sans-pro-latin.woff2
- source-sans-pro.css
- ubuntu-mono-bold-latin.woff2
- ubuntu-mono-latin.woff2
- ubuntu-mono.css
- comment.js
- main.js
- 0001_initial.py
- 0002_remove_aboutsiteconfig_seo_description_and_more.py
- 0003_alter_aboutsiteconfig_markdown_content_and_more.py
- __init__.py
- __init__.py
- admin.py
- apps.py
- context_processors.py
- models.py
- tests.py
- urls.py
- views.py
- 0001_initial.py
- __init__.py
- __init__.py
- admin.py
- apps.py
- models.py
- tests.py
- urls.py
- views.py
- about-1.png
- admin-1.png
- admin-about-settings.png
- contact-1.png
- home-2.png
- post-with-image-1.png
- post-without-image-1.png
- search-1.png
- logo-final.png
- admin.css
- style.css
- main.js
- style-codehilite.css
- source-sans-pro-bold-latin-D2CEUOOE.woff2
- source-sans-pro-latin-KD72LSAP.woff2
- ubuntu-mono-bold-latin-U4ZRILW6.woff2
- ubuntu-mono-latin-FSHQZZWK.woff2
- base_site.html
- blog_detail.html
- blog_list.html
- project_detail.html
- project_list.html
- 404.html
- 500.html
- _social_accounts.html
- about.html
- base.html
- contact.html
- icons.html
- index.html
- page.html
- robots.txt
- search.html
- .dockerignore
- .editorconfig
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- CONTRIBUTING.md
- docker-compose.yml
- Dockerfile
- esbuild.js
- LICENSE.md
- Makefile
- manage.py
- package-lock.json
- package.json
- README.md
- requirements-dev.in
- requirements-dev.txt
- requirements.in
- requirements.txt
- setup.cfg
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/rob32/dev-case
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd dev-case
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker-compose up -d --build
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
docker-compose exec web python manage.py migrate
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
docker-compose exec web python manage.py createsuperuser
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run build
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Python
쉬움사전 준비물
python3 -m venv venv && source venv/bin/activate
파이썬 스크립트(또는 모듈)를 실행합니다.
pip install -r requirements-dev.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
5. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
