Skip to content

kissthink/MyCloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyCloud

Personal Cloud Storage. Your own cloud with absolutely zero censorship.

Deployment

  1. Install requirements
  • Linux/Unix
  • Python 2.7
  • pip
  • react-tools

To install required packages:

    pip install -r requirements.txt
  1. Setup Database

     python model.py
    
  2. Run

     # Start jsx watching
     cd static/js
     ./start_jsx_watch.sh
     
     # Start app
     cd ../..
     python app.py
    

Go to localhost:5000 and that's it!

About

A mini personal cloud storage and sharing solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.5%
  • CSS 4.1%
  • Python 2.0%
  • Other 0.4%