Skip to content

nerdzeu/nerdz-test-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nerdz-test-db

NERDZ test database.

Use it for a quick develop of a nerdz-based application (plugins and so on). Add it as a submodule of your project if you want.

Setup

Run ./initdb.sh existingRole db&username password Example: ./initdb.sh postgres test_db pass

Existing role postgres (superuser) will create a new database named test_db and a new user with the same name, with the password "pass"

Testing

If you use this database to run a local copy of NERDZ, you can login as "admin" user using

  • Username: admin
  • Password: adminadmin

Rebuild db after modifications

pg_dump -d test_db -U test_db > testdb.sql

About

NERDZ test database. Use it for a quick develop of a nerdz-based application (plugins and so on). Add it as a submodule of your project if you want

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published