Skycrate


Versions

  • Hadoop: 3.4.1
  • Java: 17
  • Node: 22.14.0
  • NPM: 10.9.2

How to run?

Important

You must have Docker and Git installed on your system.

  1. Clone this repository:
git clone https://git.kska.io/notkshitij/Skycrate.git
  1. Change into the directory:
cd ./Skycrate
  1. Create a .env file inside the directory containing the following variables:
MYSQL_PASSWORD=<set-a-strong-password>

Note

Please choose a strong password, since it will be used for your MySQL database.

  1. Execute the Docker Compose file:
docker-compose -f docker-compose.yaml up -d

Tip

Use -d flag to run in detached mode.

  1. Visit localhost:80 to enjoy using Skycrate!

S
Description
Skycrate is a web based file management system that uses Hadoop as filesystem.
Readme 12 MiB
Languages
PostScript 99.7%
JavaScript 0.3%