diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-13 13:14:34 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-13 13:14:34 +0200 |
commit | fdb6e2a140c4f103602e04d782dfbd849e2de788 (patch) | |
tree | ea29347bbf60c8decbf68406e18382a6fa9b4ddb /tests/README.markdown | |
parent | 4218cf29301f6819c986fb9b7d6af810b12fa2d1 (diff) | |
download | mastodon.py-fdb6e2a140c4f103602e04d782dfbd849e2de788.tar.gz |
add thumbnail customization support
Diffstat (limited to 'tests/README.markdown')
-rw-r--r-- | tests/README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.markdown b/tests/README.markdown index 8f7d638..ae3e42a 100644 --- a/tests/README.markdown +++ b/tests/README.markdown | |||
@@ -34,7 +34,7 @@ It also needs various things to be set up for it. The following command should d | |||
34 | RAILS_ENV=development bin/tootctl accounts create admin2 --email [email protected] --confirmed --role Owner && \ | 34 | RAILS_ENV=development bin/tootctl accounts create admin2 --email [email protected] --confirmed --role Owner && \ |
35 | RAILS_ENV=development bin/tootctl accounts create mastodonpy_test --email mastodonpy_test@localhost:3000 --confirmed && \ | 35 | RAILS_ENV=development bin/tootctl accounts create mastodonpy_test --email mastodonpy_test@localhost:3000 --confirmed && \ |
36 | RAILS_ENV=development bin/tootctl accounts create mastodonpy_test_2 --email mastodonpy_test_2@localhost:3000 --confirmed && \ | 36 | RAILS_ENV=development bin/tootctl accounts create mastodonpy_test_2 --email mastodonpy_test_2@localhost:3000 --confirmed && \ |
37 | sql -d mastodon_development < ~/masto/Mastodon.py/tests/setup.sql && sleep 4 && \ | 37 | psql -d mastodon_development < ~/masto/Mastodon.py/tests/setup.sql && sleep 4 && \ |
38 | RAILS_ENV=development DB_PASS="" foreman start | 38 | RAILS_ENV=development DB_PASS="" foreman start |
39 | 39 | ||
40 | You _may_ additionally have to set up a database password and pass it as DB_PASS for the streaming tests to function. | 40 | You _may_ additionally have to set up a database password and pass it as DB_PASS for the streaming tests to function. |