A computer in your browser: Difference between revisions

From Dboswiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  git clone https://github.com/HeyPuter/puter
  git clone https://github.com/HeyPuter/puter
  cd puter
  cd puter
apt install npm
  npm install
  npm install
  npm start
  npm start
  This will launch Puter at http://localhost:4000 (or the next available port).
  This will launch Puter at http://localhost:4000 (or the next available port).
Jika di install di server, maka harus buat domain yang mengarah ke ip server
Bisa menggunakan DNS static di mikrotik
Untuk Edit Domainnya dapat dilakukan di file
nano cd /home/smpdbos/puter/volatile/config/config.json in Local Development
ganti domain dengan ip server kemudian akses di browser http://ip-server:4100 (hanya muncul layar kosong)
kemudian ganti lagi domain menjadi " puter.smpdbos", lalu akses di browser http://puter.smpdbos:4100

Latest revision as of 12:44, 4 May 2024

https://github.com/HeyPuter

Local Development

git clone https://github.com/HeyPuter/puter
cd puter
apt install npm
npm install
npm start
This will launch Puter at http://localhost:4000 (or the next available port).
Jika di install di server, maka harus buat domain yang mengarah ke ip server
Bisa menggunakan DNS static di mikrotik
Untuk Edit Domainnya dapat dilakukan di file 
nano cd /home/smpdbos/puter/volatile/config/config.json in Local Development
ganti domain dengan ip server kemudian akses di browser http://ip-server:4100 (hanya muncul layar kosong)
kemudian ganti lagi domain menjadi " puter.smpdbos", lalu akses di browser http://puter.smpdbos:4100