This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
    nanohard
    
            
            
                    
                                            
        
    
        
composer create-project october/october myoctober dev-master
cp -R -p myoctober/* /var/www/public_html/
I made some assumptions here because you didn't give any information.
Assumptions:
- Linux OS
 - Composer is installed and located in PATH
 - The root directory is /var/www/public_html
 
    manklar9001
    
            
            
                    
                                            
        
    
        Thanks nano hard. Sorry I didn't give more info.
- I am in a vagrant box
 - the public folder is mywebsite/public_html
 - when I go to blah.com the public_html/index.php file is what is load it as in any public directory
 - my root folder is mywebsite/ 
on a web sever it would look like this:
 - /home/user/ <--- this is the root folder.
 - /home/user/public_html <----- public folder (files that are accessible to anyone).
 
Last updated
    nanohard
    
            
            
                    
                                            
        
    
        I don't know anything about Vagrant, but you could also just point your apache/nginx config to whatever folder October is in.
1-4 of 4