Skip to content

nemoux/nemocore

Repository files navigation

nemocore is a linux based platform inspired by SF movies.

Our goal is to support multi-user and multi-input/out-put to bring futuristic experiences.

Requirements

Below commands are exectuted under Ubuntu Linux environment.

We recommend Ubuntu server 16.10.

Unofficlal debian packages

follow the link and install the package

How to build and install

Install dependent packages.

$sudo apt-get install devscripts equivs
$sudo mk-builddeps -r -i

Make and Install

$mkdir build && cd build
$cmake .. && make && sudo make install

Install and enable our systemd services

$cd ..
$sudo cp -rfv debian/nemobusd.service /lib/systemd/system/
$sudo cp -rfv debian/minishell.service /lib/systemd/system/

Create a debian package and Install it

This is more simple & easy than Make and Install

$dpkg-buildpackage -b -uc -us
$sudo dpkg -i nemocore_xxx.deb

How to execute minishell

$sudo systemctl enable nemobusd.service
$sudo systemctl enable minishell.service
$sudo systemctl start nemobusd.service
$sudo systemctl start minishell.service

TODO

nothing yet.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •