Update:Remora Server Requirements: Difference between revisions

Line 27: Line 27:
:::GRANT SELECT ON {database} TO '{username}'@'localhost' IDENTIFIED BY '{password}';
:::GRANT SELECT ON {database} TO '{username}'@'localhost' IDENTIFIED BY '{password}';


Get app/tests/remora-test-data.sql and import it, this should provide both the schema and appropriate test data. The addon with id 7(MicroFarmer) currently has the most complete data.
First, import app/config/remora.sql - this provides the schema and standard data for langs, translations, and addontypes.
 
Then, import app/tests/remora-test-data.sql - this inserts more complete test data. Currently, addon id 7(MicroFarmer) is most complete.
334

edits