Pushed initial code and edited readme.

This commit is contained in:
Maxim Stewart 2018-04-15 21:01:33 -05:00
parent b66753d5da
commit d935268ced
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@ WebFM is a media and file viewer.
# Usage
1. Install php7 and ffmpeg on the system this will be on.
2. Use php -S 0.0.0.0:<yourPort>
2. Use php -S 0.0.0.0:yourDesiredPort
3. Use ufw or gufw to open the port on your computer to the network.
4. Place files or start uploading some to the folders.
Notes:
1. Folders and files CAN NOT have & or ' in the names. Otherwise, you can't access that item with the viewer.
2. If you place an image such as a jpg, png, or gif labeled "000<itsExtension>" in a directory then the viewer will use it as the background for that folder/directory.
2. If you place an image such as a jpg, png, or gif labeled "000.itsExtension" in a directory then the viewer will use it as the background for that folder/directory.
3. The provided folders except "resources" are optional. You can add and remove them as you please.
4. The media and image pane can be moved by dragging from the transparentish bar that has the close button and other controls.