Skip to content

Archimonde508/lampy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online courses shop

Shop with online courses developing in awesome (xd) Prestashop framework.

Installation

Use docker to run the container:

docker-compose up

To shut down container use:

docker-compose down

Accessing admin page

To go to admin page visit http:https://localhost:8080/admin1 and fill:

email: [email protected]
password: 12345678

File structure

Prestashop source and configuration files inside the container are replaced by those in src/ folder.

At start, db dump from db/ folder is applied to MySQL container.

Changing db dump

If there are any changes applied to db you should contain a proper SQL dump in your PR. In order to get dump from container run:

docker exec be-project_ps1_db_1 /usr/bin/mysqldump -u root --password=admin ps > /tmp/dump.sql

Contributing

Please open a pull request to contribute any changes. Do not commit to main!

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published