First of all you need a working VMware environment, if you don't have it already, you can download the free VMware player here: http://www.vmware.com/products/player/
After installing, start the virtual machine using the VMware player, and wait until it's fully booted.
Now login at the terminal with the following credentials:
| Username | root |
| Password |
pimcore |
Then type "ifconfig" into the terminal. Now you can see the IP-address of the machine.
Note: The distribution is configured to get the IP via DHCP if you don't have a running DHCP server please set it manually in /etc/network/interfaces.
Now with the IP address you can access already the admin-interface and the demo-site.
For example:http://192.168.0.111/admin (Admin | Username: admin / Password: admin)http://192.168.0.111/ (Frontend Website)
Credentials & Directories
MySQL:
Host: localhost
User: root
Password: [no password set]
Zend Server:
URL: http://YOUR_IP_ADDRESS:10081/ZendServer/
Password: pimcore
Pimcore Administration:
Username: admin
Password: admin
Linux Users:
Username: pimcore
Password: pimcore
Username: root
Password: pimcore
Where are the source files of pimcore, and how I can edit them?
The document-root is /home/pimcore/www the template files and so on are owned by the user pimcore, to edit the files you can connect to the server with SFTP/SSH, and login with the user pimcore.
Software used for the demo
The demo is based on:
- Debian 6 Lenny 32bit
- Zend Server 5.1.0
- PHP 5.3.5
- Apache 2.2
- MySQL 5.1.49-3