mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	Tweak readme.
This commit is contained in:
		
							parent
							
								
									0a8187c11d
								
							
						
					
					
						commit
						c44eeeeaf0
					
				
							
								
								
									
										16
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								README.md
									
									
									
									
									
								
							@ -20,7 +20,7 @@ Simply add the following dependency to your project’s composer.json file:
 | 
				
			|||||||
        // ...
 | 
					        // ...
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
Now tell composer to download the bundle by running the command:
 | 
					Now tell composer to download Magallanes by running the command:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
$ php composer.phar update andres-montanez/magallanes
 | 
					$ php composer.phar update andres-montanez/magallanes
 | 
				
			||||||
@ -42,22 +42,12 @@ $ mage deploy to:production
 | 
				
			|||||||
Easy boy. It's not sorcery, just some *technomagick*!
 | 
					Easy boy. It's not sorcery, just some *technomagick*!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
In Magallanes you define environments like *testing*, *staging*, or *production* like on the example above.
 | 
					In Magallanes you define environments like *testing*, *staging*, or *production* like on the example above.
 | 
				
			||||||
Then, on that environment, you can configure a setup specifing to which hosts you want to deploy and what tasks to run (*after*, *on*, and *before* deploying).
 | 
					Then, on that environment, you can configure a setup specifying to which hosts you want to deploy and what tasks to run (*after*, *on*, and *before* deploying).
 | 
				
			||||||
And you are done!
 | 
					And you are done!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### And what spells... tasks! What tasks has it built in? ###
 | 
					 | 
				
			||||||
Just a few, for now...
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  - **deployment/rsync** - This task is for deploying your code to the remote servers.
 | 
					 | 
				
			||||||
  - **scm/update** - This task is for updating (git/svn) your base working copy.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
But that's not all! You can create your own tasks, and execute commands on your working copy and in your deployed code!
 | 
					 | 
				
			||||||
Also we are working on creating more built in tasks.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
### This is awesome! Where can I learn more? ###
 | 
					### This is awesome! Where can I learn more? ###
 | 
				
			||||||
You can read the whole source code (naaah!); or checkout the documentation wiki at: http://magallanes.zenreworks.com/wiki
 | 
					You can read the whole source code (naaah!); or checkout the documentation at: http://magephp.com
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Enjoy your magic trip with **Magallanes** to the land of the easily deployable apps!!
 | 
					Enjoy your magic trip with **Magallanes** to the land of the easily deployable apps!!
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user