Coder Social home page Coder Social logo

smallos_node's Introduction

smallos_node (informal fork of small)

Small is a tiny userland distro. This is the aarch64 version patched to run with proot-distro under termux. This fork is made just for develop node apps in termux

Install and Usage

Full Install on Termux
git clone https://github.com/stringmanolo/smallos_node
cd smallos_node
pkg install proot-distro
./installInProotDistro.sh
Usage
  • Login into sos_node
sos_node
  • Run a command inside sos_node
sos_node ls -a

Info

sos_nodeFileSystem

sos_nodeFileSystem is a minimal distro configured version with basic software

  • npm 8.1.3
  • node v17.8.0
  • apk-tools 2.12.7
sos_node.7z

sos_node.7z is a minimal distro configured version.
This version doesn't have npm and node installed.
To install:

rm sos_nodeFileSystem;
7z x sos_node.7z -o./sos_nodeFileSystem;
./installInProotDistro.sh
sos_node
apk update
apk add npm

Extra

You can fork this project and export your full distro with all your installed packages, historial of commands, etc. Just use the exportInstalledSos_node.sh script to generate your sos_node-installed.7z file.

You can import your sos_node-installed.7z by extracting the folder inside, renaming it to sos_nodeFileSystem.

Then you can push the changes to your fork using the git add, commit and push commands.

Once you updated your fork, install your custom system following default termux install instructions.

smallos_node's People

Contributors

stringmanolo avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.