{"id":23140915,"url":"https://github.com/onder7/debian-ubuntu_node_install","last_synced_at":"2025-04-04T11:18:45.738Z","repository":{"id":264516612,"uuid":"893574377","full_name":"onder7/Debian-Ubuntu_Node_Install","owner":"onder7","description":"Debian/Ubuntu için Node.js kurulum kılavuzu","archived":false,"fork":false,"pushed_at":"2024-11-24T19:37:48.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T21:14:50.009Z","etag":null,"topics":["debian","install","nodejs","ubuntu"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onder7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-24T19:37:04.000Z","updated_at":"2024-11-28T14:27:59.000Z","dependencies_parsed_at":"2024-11-24T20:32:10.042Z","dependency_job_id":"11c1065d-58c2-4bb4-9f5e-916064cdd61b","html_url":"https://github.com/onder7/Debian-Ubuntu_Node_Install","commit_stats":null,"previous_names":["onder7/debian-ubuntu_node_install"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onder7%2FDebian-Ubuntu_Node_Install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onder7%2FDebian-Ubuntu_Node_Install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onder7%2FDebian-Ubuntu_Node_Install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onder7%2FDebian-Ubuntu_Node_Install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onder7","download_url":"https://codeload.github.com/onder7/Debian-Ubuntu_Node_Install/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166171,"owners_count":20894654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debian","install","nodejs","ubuntu"],"created_at":"2024-12-17T14:11:59.646Z","updated_at":"2025-04-04T11:18:45.719Z","avatar_url":"https://github.com/onder7.png","language":null,"readme":"Debian/Ubuntu için Node.js kurulum kılavuzu:\n\n**TÜRKÇE:**\n\n1. **NVM (Node Version Manager) Kurulumu:**\n```bash\n# NVM kurulum scripti\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash\n\n# veya wget ile\nwget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash\n```\n\n2. **NVM'i Aktif Etme:**\n```bash\nexport NVM_DIR=\"$([ -z \"${XDG_CONFIG_HOME-}\" ] \u0026\u0026 printf %s \"${HOME}/.nvm\" || printf %s \"${XDG_CONFIG_HOME}/nvm\")\"\n[ -s \"$NVM_DIR/nvm.sh\" ] \u0026\u0026 \\. \"$NVM_DIR/nvm.sh\"\n```\n\n3. **Node.js Kurulumu:**\n```bash\n# En son kararlı sürümü kurma\nnvm install node\n\n# Belirli bir sürümü kurma\nnvm install 14.17.0\n\n# LTS (Uzun Süreli Destek) sürümünü kurma\nnvm install --lts\n```\n\n4. **Node Sürümünü Kontrol Etme:**\n```bash\nnode --version\nnpm --version\n```\n\n5. **Temel Global Paketler (İsteğe Bağlı):**\n```bash\nnpm install -g nodemon\nnpm install -g pm2\nnpm install -g yarn\n```\n\n**ENGLISH:**\n\n1. **Installing NVM (Node Version Manager):**\n```bash\n# NVM installation script\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash\n\n# or with wget\nwget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash\n```\n\n2. **Activating NVM:**\n```bash\nexport NVM_DIR=\"$([ -z \"${XDG_CONFIG_HOME-}\" ] \u0026\u0026 printf %s \"${HOME}/.nvm\" || printf %s \"${XDG_CONFIG_HOME}/nvm\")\"\n[ -s \"$NVM_DIR/nvm.sh\" ] \u0026\u0026 \\. \"$NVM_DIR/nvm.sh\"\n```\n\n3. **Installing Node.js:**\n```bash\n# Install latest stable version\nnvm install node\n\n# Install specific version\nnvm install 14.17.0\n\n# Install LTS (Long Term Support) version\nnvm install --lts\n```\n\n4. **Check Node Version:**\n```bash\nnode --version\nnpm --version\n```\n\n5. **Basic Global Packages (Optional):**\n```bash\nnpm install -g nodemon\nnpm install -g pm2\nnpm install -g yarn\n```\n\n**Yararlı NVM Komutları / Useful NVM Commands:**\n\n```bash\n# Mevcut sürümleri listeleme / List installed versions\nnvm ls\n\n# Kullanılabilir sürümleri görüntüleme / Show available versions\nnvm ls-remote\n\n# Sürüm değiştirme / Switch version\nnvm use 14.17.0\n\n# Varsayılan sürümü ayarlama / Set default version\nnvm alias default 14.17.0\n\n# Node'u kaldırma / Uninstall Node\nnvm uninstall 14.17.0\n```\n\n**Proje Başlatma / Starting a Project:**\n```bash\n# Yeni proje oluşturma / Create new project\nmkdir my-project\ncd my-project\n\n# Package.json oluşturma / Create package.json\nnpm init\n\n# veya varsayılan ayarlarla / or with default settings\nnpm init -y\n\n# Bağımlılık ekleme / Add dependencies\nnpm install express\nnpm install dotenv\n```\n\n**PM2 Temel Komutlar / PM2 Basic Commands:**\n```bash\n# Uygulamayı başlatma / Start application\npm2 start app.js\n\n# Durum kontrolü / Check status\npm2 status\n\n# Log görüntüleme / View logs\npm2 logs\n\n# Uygulamayı yeniden başlatma / Restart application\npm2 restart app.js\n\n# Tüm uygulamaları durdurma / Stop all applications\npm2 stop all\n```\n\nBu kurulum ve komutlarla Node.js geliştirme ortamınız hazır olacaktır. / With these installations and commands, your Node.js development environment will be ready.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonder7%2Fdebian-ubuntu_node_install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonder7%2Fdebian-ubuntu_node_install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonder7%2Fdebian-ubuntu_node_install/lists"}