Pārlūkot izejas kodu

Update index.html

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits 3 gadi atpakaļ
vecāks
revīzija
73a3b8a00a
1 mainītis faili ar 4 papildinājumiem un 3 dzēšanām
  1. 4 3
      index.html

+ 4 - 3
index.html

@@ -140,9 +140,10 @@
 	   As you are going to run 5 Cube in the PHP process context, using a limited web server or phpfpm user, you must follow some simple directives for an optimal first setup:<br>
 	   <ol>
 	      <li>Check the write permissions of your "data" folder in your web app private path; and set its path in the config file.</li>
-           <li>Set the default Locale.</li>
-           <li>Set the Business Type, City_Zip_Prov and Country of your prospects.</li>
-           <li>Set the Editor Password of your cubes. This will be important to confirm your cube upload by dropping it and saving it.</li>
+              <li>Set the default Locale.</li>
+              <li>Set the Business Type, City_Zip_Prov and Country of your prospects.</li>
+              <li>Set the Editor Password of your cubes. This will be important to confirm your cube upload by dropping it and saving it.</li>
+	      <li>In Public/js/cube-code.js, in mystart class method, check if you are using 'http' or 'https'.</li>	   
 	   </ol>
 	   
 	   <br>