https://github.com/andreip/syncomatic
main line at https://github.com/mihaineacsu/SyncOMatic/
https://github.com/andreip/syncomatic
Last synced: 8 months ago
JSON representation
main line at https://github.com/mihaineacsu/SyncOMatic/
- Host: GitHub
- URL: https://github.com/andreip/syncomatic
- Owner: andreip
- Created: 2013-05-27T10:49:13.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-27T10:50:02.000Z (about 13 years ago)
- Last Synced: 2025-10-14T09:38:26.600Z (8 months ago)
- Language: Python
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SyncOMatic
==========
##How to run:
* install flask, follow [docs guide](http://flask.pocoo.org/docs/installation/#installation)
* install all needed packets from `requirements.txt` file, all using `pip install $name`
* `$ ./run.py` opens server listening on [http://127.0.0.1:5000/](http://127.0.0.1:5000/)
* `$ ./run.py --initdb` does the same thing but it also creates the database,
for the times when you want to erase your database. The default user added into
database is **admin@example.com** with password **admin**.
* **NOTE**: you should run with `--initdb` first time, when you don't have a
database created.
##What it can do (in progress):
* upload a file using the file chooser, and store it in **project/files/**
* download a file (to local) that was uploaded
* download a folder by archive, it zips the folder content
* create folders
* access folders and their parent-folder
* delete files and folders
* login and logout with a user in the app, it doesn't take into account the password for now and
no registrations possible for now, just hardcoded account created in the database
* database is in `syncomatic/static/syncomatic.db`