Download the PHP package danielsousa/magento1-skeleton without Composer

On this page you can find all versions of the php package danielsousa/magento1-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magento1-skeleton

Requirements

  1. Install VirtualBox 4.3.x
  2. Install Vagrant 1.7.x
  3. Install the vagrant-hostmanager plugin with vagrant plugin install vagrant-hostmanager

Create project with composer

composer create-project danielsousa/magento1-skeleton

The First Vagrant Up

  1. Edit the Vagrantfile: vim Vagrantfile
    1. Change the VM IP if needed. Default is: 10.0.0.2 (10.0.0.1 is your machine)
    2. Change the RAM or number of CPUs if needed.
    3. On the puppet part: change the factors
      1. Change hostname with the development domain of your website
      2. Change db_* variables with your information or keep default values
  2. Start with any local operating system such as Mac OSX, Linux.
  3. Run vagrant up
  4. Run vagrant ssh
  5. Run sudo su && passwd vagrant
  6. Enter your password for the user vagrant

  7. Connect to you database install sample data or restore backup.

What will install

Packages

Are installed:

For Magento developers

Additional information

Import database

If file exists database.sql.gz in the main directory (where the Vagrantfile is), puppet will import the database during the first up.

Virtualhost

Per default the variable MAGE_IS_DEVELOPER_MODE is set to true.

The virtualhost is set on the htdocs directory.

Mails

MailCatcher is installed and configured into the /etc/php5/apache2/php.ini file.

How it works

If mailcatcher is stopped: all emails are lost.

If mailcatcher is started: all emails are catched.

If you want to start MailCatcher, simply run this command (with vagrant user) : mailcatcher --ip 0.0.0.0

Then go to : http://definedhostname:1080

If you need to stop the mailcatcher daemon : Click on "Quit" on the top right corner of the MailCatcher Web UI.

Credits

This vagrant machine as created based on monsieurbiz project


All versions of magento1-skeleton with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3
aoepeople/composer-installers Version 0.0.1
tugagento/magento-mirror Version 1.9.2.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package danielsousa/magento1-skeleton contains the following files

Loading the files please wait ....