Skip to content

Nosto/docker-platforms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-platforms

1 - Before running any platform

Create the default network that will be used by traefik

docker network create platforms

2 - Starting up Traefik

Make sure you have created the default external network

	cd traefik
	docker-compose up -d

3 - Running Magento 2

Before running this from this repository root:

  • Make sure no services are running on port 80
  • Open magento2/docker-compose.yml and add your COMPOSER_AUTH keys
  • then:
	cd magento2
	git clone git@github.com:Nosto/nosto-magento2.git
	docker-compose up -d

[NOTE]: Magento should be available on magento2.dev.nos.to:8081 if traefik is running.

Admin credentials are: User: admin Password:Admin12345

4 - Running Prestashop

	cd prestashop
	git clone git@github.com:Nosto/nosto-prestashop.git
	docker-compose up -d

[NOTE]: Prestashop should be available on prestashop.dev.nos.to:8081 if traefik is running. Admin credentials are: User: admin@admin.com Password:Admin12345 Backend URL: http://prestashop.dev.nos.to:8081/adminn0st0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published