Skip to content

team-durumi/moy-project

Repository files navigation

moy-project

프로젝트 이슈 관리 도구 - 모이(자)

  • 사용자 user
  • 프로젝트 project
  • 이슈 issue

development

# Install dependencies for postgresql.
$ sudo apt-get -y install php-pgsql postgresql-contrib
# Install pg_trgm postgresql extention https://dba.stackexchange.com/a/165301
$ psql -c "CREATE EXTENSION pg_trgm;"
# Check dependencies.
$ php -v && sqlite3 -version && composer -V && psql -V && php -m | grep pdo_pgsql

# Clone and setup.
$ git clone [email protected]:team-durumi/moy-project.git
$ cd moy-project && composer install && composer workspace && composer env
# Load env vars and check install options. (default DB_URL: gh-codespace)
$ . scripts/env.sh && env | grep DRUSH_COMMAND_SITE_INSTALL_OPTIONS_DB_URL
# Install site.
$ composer site-install
# Run web server.
$ composer start
# Uninstall site.
$ composer site-uninstall

profile

// composer.json
// remote
{
  "type": "vcs",
  "url": "https://github.com/team-durumi/moy"
}
// local
{
  "type": "path",
  "url": "../moy"
}

About

이슈 관리 도구 - 모이(자)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published