Capitan Cloud преди 2 години
родител
ревизия
f291b8187e
променени са 1 файла, в които са добавени 41 реда и са изтрити 1 реда
  1. 41 1
      README.md

+ 41 - 1
README.md

@@ -1,2 +1,42 @@
+<p align="center">
+    <a href="https://p.uzzle.eu">
+        <img src="/Public/res/AFlogo.png" width="188" title="Puzzleu" alt="Puzzleu">
+    </a>
+</p>
+
 # Musicing
-Everyone its music blog (on Premise) - PHP 8.1 &lt;, GPL
+
+Hello and welcome to Musicing!<br>
+	  
+Musicing is a light, simple, software on premise to build and own your blog by colorful cards.<br>
+	   
+Musicing 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 password box and salt fields to create the hash to insert in the config file. Remember to manually set there also the salt value.<br>
+	   
+As you are going to run Musicing 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 FILE_MAX_SIZE (remember that some PHP settings could limit the upload behaviour of Faceborg too)</li>
+<li>Set BLOG_MAX_POSTS to limit the number of visible posts in the blog.</li>
+<li>Set PAGINATION true or false to give more public access to your data.</li>
+</ol> 
+
+Songs nomenclatue: "Playlist~Song Title.mp3"
+
+You can access your avatar by http://yourdomain.com/<your_avatar>. Login with the password for the admin view. Drag-n-drop all your resources in the browser window.<br>
+
+<br>
+
+### Public view:
+
+![Musicing in action #1](/Public/res/screenshot1.png)<br>
+
+### Admin view:
+
+![Musicing in action #2](/Public/res/screenshot2.png)<br>
+
+Feedback: <a href="mailto:posta@elettronica.lol" style="color:#e6d236;">posta@elettronica.lol</a>
+