Evershop logo

Evershop

All-in-One open source ecommerce solution.

#ecommerce

Getting Started

  1. Create a folder and move to the folder
    mkdir evershop
    cd evershop
    
  2. Run the following command to download the docker-compose.yml file
    curl -sSL https://raw.githubusercontent.com/evershopcommerce/evershop/main/docker-compose.yml > docker-compose.yml
    
  3. Run the following command to start the container
    docker compose up -d
    
  4. Run the following command to create a new admin user
    docker exec -it evershop-app-1 npm run user:create -- --email "[email protected]" --password "evershopadmin" --name "Admin"
    
  5. Open the browser and go to the following URLs to access the Evershop
  6. Login to the Evershop Admin using these credentials:
    Email: [email protected]
    Password: evershopadmin