Just run:
./setup_on_debian_like.sh
I don't know, sorry.
Run:
make deps
Just run:
make database
For test database, run:
make test_database
Note: after you run functional tests, the admin user on test database will be "admin" with password "admin".
Run make test to install all Python dependencies (if they are not installed) and run all tests. Depending on your environment, this script may need root permissions in order to install the dependencies.
You can run make functional for executing only acceptance tests, and make unit to execute only unit tests.
Remember to install all dependencies and create the test database before run any test.
- Please:
- Fork the project and submit pull request
- Create an issue
- Close an issue