[Neos] Create new neos project - GIT

Dominique Feyer dfeyer at ttree.ch
Wed Sep 3 12:15:22 CEST 2014


Your base repository is just a distribution repository, so it contains a few configuration file and most important your composer.lock.

With the composer.lock you can run composer install on the remote server to install all the required package with the same version as your dev context.

You can use TYPO3.Surf to deploy in a more smooth way, with a nice command:
flow surf:deploy Production

Surf can use rsync to push your file to the remote server, in this case you don’t need composer or git installed on the remote system.

Bests,

--   
ttree sàrl  
Dominique Feyer  
Rue du Valentin 34 et demi
CH - 1004 Lausanne
+41 21  312 36 35  
dfeyer at ttree.ch
ttree.ch - @ttreeagency - plan d’accès

Le 3 septembre 2014 à 11:55:04, Philipp Wrann (philippwrann at gmail.com) a écrit:

Hello,  

i wanted to install a new neos project and deploy it to a webserver to show it to some other people from our company.  
So i installed neos via composer like its said on the project website.  
When initializing a fresh git rep everything is ignored  
So i deleted the gitignore to simply get all files in out github.  

After deploying most of the packages where missing because so many things are defined in gitignore files in some subfolders, so deploying was not possible  

How do you do this?  

in TYPO3.CMS it was clear to me  

I created a new project, added the typo3_src as submodule and added some temporary files and config files to gitignore file. done.  

I have no idea how this is meant to be managed in neos, are there some tutorials?  
_______________________________________________  
Neos mailing list  
Neos at lists.typo3.org  
http://lists.typo3.org/cgi-bin/mailman/listinfo/neos  


More information about the Neos mailing list