All Projects → ModernPUG → modernpug.org

ModernPUG / modernpug.org

Licence: MIT license
Modern PHP User Group 홈페이지 입니다

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects

Projects that are alternatives of or similar to modernpug.org

startup-page
A custom startup page for your browser.
Stars: ✭ 151 (+556.52%)
Mutual labels:  homepage
Ant Design Landing
🚵 Landing Pages of Ant Design System
Stars: ✭ 4,425 (+19139.13%)
Mutual labels:  homepage
php.ug
A home for all PHP-related Usergroups
Stars: ✭ 93 (+304.35%)
Mutual labels:  usergroup
b2ntp
Kanban style New Tab Page extension with your bookmarks and powerful search
Stars: ✭ 50 (+117.39%)
Mutual labels:  homepage
dawn
A startpage called "dawn"
Stars: ✭ 162 (+604.35%)
Mutual labels:  homepage
Elm Lang.org
Server and client code for the Elm website.
Stars: ✭ 1,923 (+8260.87%)
Mutual labels:  homepage
willard-yuan.github.io
💎 Yong's Homepage
Stars: ✭ 64 (+178.26%)
Mutual labels:  homepage
crystal-website
crystal-lang.org website
Stars: ✭ 52 (+126.09%)
Mutual labels:  homepage
Organizr
HTPC/Homelab Services Organizer - Written in PHP
Stars: ✭ 3,605 (+15573.91%)
Mutual labels:  homepage
usergroups
We are a global community of like-minded people that exists to help practitioners of Scrum, other Agile methods, and Liberating Structures to find support, offer help, and draw inspiration. We believe in the power of peer-to-peer inspiration to overcome the tough challenges we face when we try to liberate teams and organizations from ineffective…
Stars: ✭ 22 (-4.35%)
Mutual labels:  usergroup
startpage
a cute little home for my browser
Stars: ✭ 26 (+13.04%)
Mutual labels:  homepage
termstart
🚀 A terminal-themed start page for web browsers
Stars: ✭ 150 (+552.17%)
Mutual labels:  homepage
Strml.net
STRML: Projects & Work
Stars: ✭ 2,516 (+10839.13%)
Mutual labels:  homepage
qpage
👨‍💻 Free Project For Creating Academic Homepage Without Any Code In 3min
Stars: ✭ 87 (+278.26%)
Mutual labels:  homepage
Search-Next
一个简单的浏览器主页 / 新标签页,由React编写,支持本地账户切换,多引擎搜索,网址导航,更多功能正在开发
Stars: ✭ 100 (+334.78%)
Mutual labels:  homepage
homepage-nuxtjs
Here we're trying to ship the front of homepage of KNIT
Stars: ✭ 13 (-43.48%)
Mutual labels:  homepage
Homer
A very simple static homepage for your server.
Stars: ✭ 3,380 (+14595.65%)
Mutual labels:  homepage
greenteaos.github.io
🏠 Homepage of the @GreenteaOS
Stars: ✭ 16 (-30.43%)
Mutual labels:  homepage
home-space
Startpage and WebXR home
Stars: ✭ 43 (+86.96%)
Mutual labels:  homepage
Heimdall
As the name suggests Heimdall Application Dashboard is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like.
Stars: ✭ 3,501 (+15121.74%)
Mutual labels:  homepage

modernpug.org

PRs Welcome GitHub issues GitHub StyleCI codecov

https://modernpug.org의 소스코드를 관리하기 위한 프로젝트입니다

프로젝트 설치

요구사항

  • php
    • composer.json의 require 참조
  • database
    • mysql 5.7

Install

  • git clone https://github.com/ModernPUG/modernpug.org.git
  • cd modernpug
  • chmod 777 bootstrap/cache
  • chmod -R 777 storage
  • composer install --no-scripts
  • cp .env.example .env
  • php artisan key:generate.env 하단의 환경설정하기를 참고하여 수정
  • cp .env.testing.example .env.testing.env.testing 내용을 테스트 환경에 맞게 수정
  • php artisan migrate
  • php artisan db:seed
  • php artisan passport:install

환경설정하기

기본

APP_NAME=Laravel
APP_ENV=local #개발환경은 local을 그대로 둡니다
APP_KEY=#키는 `php artisan key:generate`를 통해 자동생성 됩니다
APP_DEBUG=true
APP_URL=http://modernpug.org #개발하면서 사용할 URL을 입력합니다

Mysql

  • dotenv에서 설정한 스키마를 생성해 준다. 기본값이 laravel 이며, 변경 가능하다.
DB_DATABASE=laravel
  • 최초 설정시 dotenv 를 통해 설정한 스키마(기본 laravel)를 생성해 준다.
  • php artisan migrate 수행 이전에 실행되어야 한다.
mysql> create database laravel;

Captcha

  • https://www.google.com/recaptcha
  • 새 사이트 등록 (reCAPTCHA v3 발급)
    • 아래의 내용을 참고하여 .env를 수정해줍니다
      • GOOGLE_RECAPTCHA_KEY=사이트키
      • GOOGLE_RECAPTCHA_SECRET=비밀키

Sentry

  • https://sentry.io/
  • 새 조직 생성
  • 라라벨로 신규 프로젝트 생성
  • 하단에 표시되는 SENTRY_LARAVEL_DSN=https://[email protected]/~~~~의 형태로 표시되는 DSN을 복사 후 .env에 추가/수정

Slack

  • https://slack.com/

  • 새로운 워크스페이스 생성

  • https://api.slack.com/apps

  • Create New App 을 통해 신규 앱 생성

  • Oauth

    • OAuth & Permissions -> Redirect URLs
      • https://modernpug.org/login/slack/callback 와 같이 자신의 도메인에 맞는 콜백 주소 추가
    • 아래의 내용을 참고하여 .env를 수정
      • SLACK_CLIENT_ID=Basic Information의 Client ID
      • SLACK_CLIENT_SECRET=Basic Information의 Client Secret
      • SLACK_CLIENT_REDIRECT_URI=https://modernpug.org/login/slack/callback
  • Incoming Webhooks

    • Incoming Webhooks -> Add New Webhook to Workspace
    • 생성된 url을 .env파일 내 SLACK_WEBHOOK_URL값에 추가
  • Slash Commands

    • Slash Commands -> Create New Command

Email

공식 매뉴얼 또는 구글에서 laravel aws seslaravel mailgun 등 검색 후 참고

Tag Manager

태그매니저는 Google Analytics 등을 조금 더 효율적으로 관리하기 위한 툴입니다. 태그매니저를 등록 후 Google Analytics를 사용하는 것은 별도의 문서를 참고하시기 바랍니다

  • https://tagmanager.google.com/
  • 계정 생성(일종의 회사 or 조직 or 그룹) -> 컨테이너 생성 (관리대상이 될 사이트)
  • 생성된 컨테이너 ID를 .env 파일 내 TAG_MANAGER에 추가

Resource Build

  • npm ci
  • npm run watch or npm run prod

관리자 계정 등록

  • 웹사이트에서 Register 메뉴를 이용해 일반 회원가입
  • php artisan user:assign-role 을 이용해 관리자 권한 등록

Testing

  • .env.testing.example 파일을 복사하여 .env.testing 파일을 생성하고 테스트 환경을 수정해주세요
  • 일부 마이그레이션과 쿼리로 인해 sqlite는 지원하지 않으니 mysql을 사용해주세요
    • 추후 관련기능 수정예정
./vendor/bin/phpunit

Contributing

Support

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].