mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-24 01:14:27 +01:00
add evershop
This commit is contained in:
18
examples/evershop/README.md
Normal file
18
examples/evershop/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# References
|
||||
|
||||
- https://github.com/evershopcommerce/evershop
|
||||
- https://evershop.io/docs/development/getting-started/installation-guide
|
||||
|
||||
# Notes
|
||||
|
||||
After spawning up the docker containers, the webshop will be available on http://127.0.0.1:3000.
|
||||
|
||||
You can access the admin dashboard at /admin. You must create a new admin user by Docker exec as follows:
|
||||
|
||||
````
|
||||
# exec into the evershop container
|
||||
docker exec -it evershop sh
|
||||
|
||||
# creating a new admin user
|
||||
npm run user:create -- --email "myemail@example.com" --password "MySuperSecurePassword" --name "MyName"
|
||||
````
|
||||
Reference in New Issue
Block a user