File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,24 @@ This repository contains (almost) everything that makes up
66
77Powered by [ Sculpin] ( http://sculpin.io ) . =)
88
9+ ### Install Composer if not exist.  
910
11+ ` curl -s https://getcomposer.org/installer | php ` 
12+ 
13+ Or if you don't have curl:
14+ 
15+ ` php -r "readfile('https://getcomposer.org/installer');" | php ` 
1016Build
1117----- 
1218
1319### If You Already Have Composer  
1420
15-     composer install 
16-     vendor/bin/sculpin generate --watch --server 
21+ ` php composer.phar install ` 
22+ 
23+ ` vendor/bin/sculpin generate --watch --server ` 
1724
1825Your newly generated clone of [ stackphp.com] ( http://stackphp.com )  is now
19- accessible at ` http://localhost:8000 / ` .
26+ accessible at ` http://127.0.0.1:8080 / ` .
2027
21- ### If You Need Composer  
2228
23-     curl -s https://getcomposer.org/installer | php 
24-     php composer.phar install 
25-     vendor/bin/sculpin generate --watch --server 
2629
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments