Skip to content

DominikBaehr/nexus-spryker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project setup

Docker setup
$ cd docker
$ ./setup.sh
Spryker setup
$ docker exec -it nxsacademy_app bash
$ cd /data/shop/development/current

$ vendor/bin/install

chmod -R 777 /data/shop/development/current/data
chown -R 1000:1000 /data/shop/development/current

Access

Yves

http://de.www.nxsacademy.local

Zed

http://de.zed.nxsacademy.local

Glue

http://de.glue.nxsacademy.local

Jenkins

http://localhost:8080

ŔabbitMQ

http://localhost:15672

  • Username: spryker
  • Password: mate20mg

Credentials

SFTP
Info Value
Host 127.0.0.1
Port 2222
Directory /data/shop/development
Mapping /
Username nexus
Password nexus123
Database

Host: 127.0.0.1
Port: 5432
User: spryker
Password: mate20mg

Database Name:

  • Store DE: DE_development_zed
  • Store AT: DE_development_zed
  • Store US: US_development_zed

Domains

To reach the domains from local, you have to add this entries to your hosts-config:

127.0.0.1    de.www.nxsacademy.local at.www.nxsacademy.local us.www.nxsacademy.local
127.0.0.1    de.zed.nxsacademy.local at.zed.nxsacademy.local us.zed.nxsacademy.local
127.0.0.1    de.glue.nxsacademy.local at.glue.nxsacademy.local us.glue.nxsacademy.local

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.6%
  • JavaScript 1.5%
  • HTML 1.5%
  • Other 0.4%