Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 803 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 803 Bytes

OceanOS

OceanOS is a personal Operating System.

You can see it as a mix of productivity app, note taking, expense tracker and much more...

It is a great tool for habit formation, tracking objectives, and stay organized.

It uses the concept of lifestreaming to organize your life events.

You can also use it to build microblogs with public life streams that you can share with your friends.

To build it, you need @angular/cli and @nestjs/cli installed globally.

npm install -g @angular/cli @nestjs/cli

Then build the docker image just run the script

./build-docker-image.sh

And to run it, you just have to expose the port 3000 and choose a directory for the db

docker run -p 3000:3000 -v <your db directory>:/oos/db oos

That's it !