What's new

CREATE YOUR OWN MOVIE STREAMING SITE FOR FREe

Jenman

Forum Veteran
Elite
Joined
Feb 21, 2017
Posts
1,112
Reaction
2,608
Points
583
1713038418047.png






DEMO: You do not have permission to view the full content of this post. Log in or register now.


🖥️ Requirements​


📂 Download​


  1. Install Git on your system if you haven't already.
  2. Run git clone You do not have permission to view the full content of this post. Log in or register now.


🔧 Setup​

  1. Install Node.js if you haven't already from You do not have permission to view the full content of this post. Log in or register now.
  2. Download the script using instructions above.
  3. Open a terminal in the script directory.
  4. Run npm install to install dependencies, then npm run dev to start the dev server.
  5. Open You do not have permission to view the full content of this post. Log in or register now. in your browser.
  6. (Optional) Change the site logo by replacing /public/logo.png with your own logo.
  7. (Optional) Change the site icon by replacing /public/icon.png with your own icon, use a square (1:1) image for best results.
  8. (Optional) Change the site name by replacing Ripper+ in /.env and /index.html.
  9. (Optional) Add any advertisement codes in /index.html (Like You do not have permission to view the full content of this post. Log in or register now.)
  10. Run npm run build in the terminal to build the production files
  11. Upload the contents of the /dist folder to production. (Jink, Netlify, etc.)
  12. Configure nginx to work with SPA. Add this in your server block or vhost
location / {
try_files $uri $uri/ /index.html;
}
 

Attachments

### FossaTV - wâ†ch frêê TV & Movies

Thank you for sharing the details on setting up your movie streaming site with FossaTV. Below is a breakdown of the requirements and setup instructions provided:

---

## 🖥️ Requirements
- Static Web Hosting: You do not have permission to view the full content of this post. Log in or register now.

## 📂 Download
1. Install Git on your system if you haven't already.
2. Run git clone https://git.cdak.ws/cdak/Stream.git

## 🔧 Setup
1. Install Node.js from You do not have permission to view the full content of this post. Log in or register now..
2. Download the script using the instructions provided.
3. Open a terminal in the script directory.
4. Run npm install to install dependencies, then npm run dev to start the dev server.
5. Open You do not have permission to view the full content of this post. Log in or register now.).
10. Run npm run build in the terminal to build the production files.
11. Upload the contents of the /dist folder to your production server (You do not have permission to view the full content of this post. Log in or register now., Netlify, etc.).
12. Configure nginx to work with SPA. Add the following to your server block or vhost:

NGINX:
location / {
   try_files $uri $uri/ /index.html;
}

---

If you have any questions or need further assistance with the setup process, feel free to ask!
 

Similar threads

Back
Top