You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if I recall correctly, the fixtures do not only contain system fixtures (data that is required for Gally to work) but also some sample data.
Would it make sense to split the fixtures and the demo data so I can set up a new "blank" Gally version without the sample product & category data? Currently, I am using a simple script to delete all sample data which works but feels a bit odd to me.
The text was updated successfully, but these errors were encountered:
To install Gally with required data only (without sample data), you can run the fixture command with production environment make sf c="hautelook:fixtures:load -e prod", and then run command make sf c=gally:user:create (available roles are “ROLE_ADMIN” and “ROLE_CONTRIBUTOR”) to create a new user.
Currently, if I recall correctly, the fixtures do not only contain system fixtures (data that is required for Gally to work) but also some sample data.
Would it make sense to split the fixtures and the demo data so I can set up a new "blank" Gally version without the sample product & category data? Currently, I am using a simple script to delete all sample data which works but feels a bit odd to me.
The text was updated successfully, but these errors were encountered: