mirror of
https://github.com/maelstrom-cms/odin.git
synced 2026-04-25 08:16:03 +03:00
[GH-ISSUE #12] Sample .sql? #9
Labels
No labels
bug
enhancement
help wanted
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/odin-maelstrom-cms#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @firstchair on GitHub (Oct 22, 2019).
Original GitHub issue: https://github.com/maelstrom-cms/odin/issues/12
Cool project, looks very intresting.
Do you maybe have a sample .sql? Cant get it to work...
@OwenMelbz commented on GitHub (Oct 22, 2019):
Hi,
What can you not get to work? Are there any errors or anything.
I'm afraid just sending an .sql dump won't really work as it requires sequences of events, and caching for various things which the app handles, so a database is only 1 pieces of the puzzle.
I'll happily try help out get it installed though.
@firstchair commented on GitHub (Oct 22, 2019):
Thanks for the quick reply :-)
Im getting this error:
Illuminate \ Database \ QueryException (42S02)
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'odin.users' doesn't exist (SQL: select * from
userswhereid= 0 limit 1)I made a database but maybe its not connecting right...
@firstchair commented on GitHub (Oct 22, 2019):
Needed to do php artisan migrate to let it work...
I'm not that familiar with laravel projects... But for sure we're going to give it a try 😀
@OwenMelbz commented on GitHub (Oct 22, 2019):
Ah yes! That will do it!
Incase you haven't already a
npm installandnpm run devwill probably get the CSS working if it's missing that.I think you'll need to setup the
.envfile as well and ideally useredisfor the caching as I believe it uses tagged caches at some points.I'm just going to close this issue now as it's not a bug as such, but will try respond to any more questions you've got.