Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

55 lines (29 loc) · 1.29 KB

RbxJs2016

"Fixed" version of https://github.com/InternalTransfers/RbxJs2016, includes some fixes made by me.

I removed issues because I'm not a developer, don't even try to send me direct messages about this project, I won't help

Requirements

Basic knowledge of linux, how to use cd, terminal commands adn github

Windows Terminal (new one) is not required but i recommend it

big brain

Localhost Setup

  1. Install WSL Preview In Microsoft Store and Ubuntu 20.04:

https://aka.ms/wslstorepage

  1. Enable systemd

You will need to edit the wsl.conf file to ensure systemd starts up on boot.

Add these lines to the /etc/wsl.conf (note you will need to run your editor with sudo privileges, e.g: sudo nano /etc/wsl.conf):

[boot] systemd=true

  1. Install Node.js, NPM and mongodb

dont know how? check this:

https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-wsl

https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/

  1. Clone This Repo

  2. Create Mongo Database called roblox (without capslock)

here if you dont know: https://www.youtube.com/watch?v=vnvcI8wLn5M

  1. go to RbxJs2016 folder

  2. do npm i ( ignore warnings )

  3. run this:

sudo setcap cap_net_bind_service=+ep readlink -f \which node``

  1. add the ssl thing ( trustca.txt )

10 run npm start

  1. fun