ImpraStorage provided a private imap access to store large files
Go to file
2014-07-18 03:27:04 +02:00
impra bugfix working dir path 2014-07-18 03:27:04 +02:00
kirmah version 1.01 - compat kirmah 2.18 2014-07-18 01:48:07 +02:00
psr version 1.01 - compat kirmah 2.18 2014-07-18 01:48:07 +02:00
resources version 1.01 - compat kirmah 2.18 2014-07-18 01:48:07 +02:00
scripts version 1.01 - compat kirmah 2.18 2014-07-18 01:48:07 +02:00
wk refactoring, autocategory, check upload failed 2012-09-18 19:11:00 +02:00
CHANGELOG version 1.01 - compat kirmah 2.18 2014-07-18 01:48:07 +02:00
cmd.bat version 1.01 - compat kirmah 2.18 2014-07-18 01:48:07 +02:00
impra-cli.py bugfix working dir path 2014-07-18 03:27:04 +02:00
impra.py amend header 2014-07-18 01:54:40 +02:00
imprastorage.py version 1.01 - compat kirmah 2.18 2014-07-18 01:48:07 +02:00
kirmah-cli.py version 1.01 - compat kirmah 2.18 2014-07-18 01:48:07 +02:00
launcher.bat version 1.01 - compat kirmah 2.18 2014-07-18 01:48:07 +02:00
README version 1.01 - compat kirmah 2.18 2014-07-18 01:48:07 +02:00
setup_build.py version 1.01 - compat kirmah 2.18 2014-07-18 01:48:07 +02:00
setup.py version 1.01 - compat kirmah 2.18 2014-07-18 01:48:07 +02:00

ImpraStorage 1.01 (2014-07-18)
=========================

Install on Archlinux
-------------------------
sudo pacman -U http://sourceforge.net/projects/imprastorage/files/imprastorage-1.01/packages/archlinux/kirmah-1.01-1-any.pkg.tar.xz/download

(re)build instruction
-------------------------
mkdir /tmp/impra; cd /tmp/impra;
wget http://sourceforge.net/projects/imprastorage/files/imprastorage-1.01//packages/archlinux/PKGBUILD/download PKGBUILD
wget http://sourceforge.net/projects/imprastorage/files/imprastorage-1.01//packages/archlinux/imprastorage.install/download imprastorage.install
makepkg -s;


Install on other distrib
-------------------------
install pkg depends (look at archlinux PKGBUILD file wich provide usefull informations)

simply untar archive, then launch :
$ python3 ./imprastorage/impra.py
$ python3 ./imprastorage/impra-cli.py

you can also use python disutils and setup.py