|
|
@@ -1,13 +1,13 @@
|
|
|
# SnipSwap
|
|
|
Swapping code like burgers. A snippet swapping tool, an on premise solution - GPL License
|
|
|
|
|
|
-Hello and welcome to SnipSwap!<br><br>
|
|
|
+Hello and welcome to SnipSwap!<br>
|
|
|
|
|
|
-SnipSwap is a light, simple, "peer-to-peer" software on premise for swapping your snippets of code with others.<br><br>
|
|
|
+SnipSwap is a light, simple, "peer-to-peer" software on premise for swapping your snippets of code with others.<br>
|
|
|
|
|
|
-SnipSwap is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage.<br><br>
|
|
|
+SnipSwap is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage.<br>
|
|
|
|
|
|
-First step, use the left side panel password field to create the hashed password to insert in the config file.<br><br>
|
|
|
+First step, use the left side panel password field to create the hashed password to insert in the config file.<br>
|
|
|
|
|
|
As you are going to run SnipSwap 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>
|
|
|
|
|
|
@@ -15,7 +15,7 @@ As you are going to run SnipSwap in the PHP process context, using a limited web
|
|
|
<li>Check the write permissions of your "data" (repo) folder in your web app private path; and set its path in the config file.</li>
|
|
|
<li>Set the default Business Label, Link and Email of the stuff your are going to swap.</li>
|
|
|
<li>Set the MAX_DFT_NEW_SNIP value stating the max number of snippet the app is going to initially create.</li>
|
|
|
- <li>In Public/js/cube-code.js, in mystart class method, check if you are using 'http' or 'https'.</li>
|
|
|
+ <li>In Public/js/cube-code.js, in mystart class method, check if you are using 'http' or 'https'.</li>
|
|
|
</ol>
|
|
|
|
|
|
<br>
|