Postingan lainnya
Menjalankan Server Tanpa Apache
Kali ini saya akan share cara menjalankan server tanpa Apache Untuk bisa menjalankan server kita harus install dulu nodejs. bisa di downoad disini https://nodejs.org/en/download/ Setelah itu ketik npm install http-server -g di cmd kita Untuk menjalankan. harus masuk dulu ke path folder kita dengan cara cd namaDirFolder Setelah itu kita ketik lagi di cmd http-server -o dan server akan langsung jalan dan akan langsung membuka web browser
Available Options: -p Port to use (defaults to 8080)
-a Address to use (defaults to 0.0.0.0)
-d Show directory listings (defaults to 'True')
-i Display autoIndex (defaults to 'True')
-e or --ext Default file extension if none supplied (defaults to 'html')
-s or --silent Suppress log messages from output
--cors Enable CORS via the Access-Control-Allow-Origin header
-o Open browser window after starting the server
-c Set cache time (in seconds) for cache-control max-age header, e.g. -c10 for 10 seconds (defaults to '3600'). To disable caching, use -c-1.
-U or --utc Use UTC time format in log messages.
-P or --proxy Proxies all requests which can't be resolved locally to the given url. e.g.: -P http://someurl.com
-S or --ssl Enable https.
-C or --cert Path to ssl cert file (default: cert.pem).
-K or --key Path to ssl key file (default: key.pem).
-r or --robots Provide a /robots.txt (whose content defaults to 'User-agent: *\nDisallow: /')
-h or --help Print this list and exit.
9 Jawaban:
kalau muncul pesan error gini gimana ya gan,terus permasalahannya itu kenapa?
![](2016-04-24 10_19_37-Komentar di perpustakaan Menjalankan-Server-Tanpa-Apache _ Sekolah Koding.png)
coba di ganti port nya http-server -o -p 3000
kalo membuat server menggunakan laptop/pc kita sendiri gimana cara nya gan ? meng-online kan website dengan pc sendiri.
Bisa dengan menggunakan aplikasi semacam XAMPP (untuk semua OS) atau WAMP atau LEMP untuk linux dan menaruh file websitenya di htdocs...
Kalau yang diajarkan oleh mas ardyhm itu untuk cara cepet, kalau mau bangun website dengan nodejs juga boleh, karena seperti yang diajarkan nodejs membantu kita untuk menjalankan server sendiri
jwb: ipnya harus public, minta ke ISPnya tentang cara berlangganan ip publik
beda installer dan binary itu gimana ya ?
linux, mac, win sama saja, asal install nodejs