Skip to content

nfrery/vigilo-backend

This branch is 431 commits behind jesuisundesdeux/vigilo-backend:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab775d4 · Apr 17, 2019
Apr 17, 2019
Apr 13, 2019
Apr 11, 2019
Apr 17, 2019
Apr 13, 2019
Apr 11, 2019
Apr 13, 2019
Apr 2, 2019
Apr 14, 2019
Apr 13, 2019
Apr 11, 2019
Apr 11, 2019

Repository files navigation

Test

Launch docker

docker-compose up

# Optional
# MYSQL_INIT_FILE=other_init_sql_file in mysql folder

# sudo chown -R $(id -u):$(id -g) ./app/

Test new creation

./debug/create_issue.sh

phpmyadmin Go to http://localhost:8888

Tools

# Run unit test with cleaned database
make SCOPE=montpellier stop clean init-db start unittest show-db

# Test server with backuped database
#make backup-db DBSERVER=192.168.0.1
make SCOPE=montpellier BKDATE=20190412233147 stop clean restore-db start show-db

# Test server with backuped bundle
#make backup-bundle DBSERVER=192.168.0.1
make SCOPE=montpellier BKDATE=20190412233147 stop clean restore-bundle start show-db

# List all available commands
make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.0%
  • Shell 4.1%
  • Makefile 2.0%
  • Python 1.5%
  • HTML 1.1%
  • CSS 0.3%