Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
agkyra
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
agkyra
Commits
24aeab7c
Commit
24aeab7c
authored
9 years ago
by
Giorgos Korfiatis
Browse files
Options
Downloads
Patches
Plain Diff
Describe installation and packaging process
parent
6912410e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+43
-9
43 additions, 9 deletions
README.md
with
43 additions
and
9 deletions
README.md
+
43
−
9
View file @
24aeab7c
Agkyra
======
# Agkyra
Overview
--------
## Overview
This is a syncing client for object storage.
Installation
------------
## Installation and Packaging
T
o install from source, run
`configure.sh`
and follow instructions
.
T
his will help you to install
`agkyra`
from source
.
### Prerequisites
Copyright and license
=====================
You need to have Python 2.7 installed. If it is not provided by your
operating system, visit
`https://www.python.org/downloads/`
.
### Installation process
1.
Run
`python configure.py <platform>`
. Paramater
`platform`
can be
one of
`win64, win32, osx64, osx32, linux64, linux32`
. This will
download
`NW.js`
and copy it into the source tree. It will also
copy SSL certificate from
`certifi`
package.
2.
Run
`python setup.py install`
(or
`develop`
).
*
Note that on Windows with Python >=2.7.9 this may fail with an SSL
verification error. If so, visit
`https://pypi.python.org`
with Internet
Explorer. You will be prompted to accept the website's certificate. Do so
and then retry step 2.
### Packaging
A package for Windows, OSX and Linux, that fully contains dependencies and
the Python framework can be created with PyInstaller.
1.
Run
`pip install pyinstaller`
.
*
Note: On Linux, we currently need the development version of PyInstaller.
Get the code from
`https://github.com/pyinstaller/pyinstaller`
. No
installation is needed:
`pyinstaller.py`
can directly run from the repo's
root directory.
*
Note: On Windows, PyWin32 is a prerequisite. Visit
`http://sourceforge.net/projects/pywin32/files/`
and pick the appropriate
version for your Python installation.
3.
Run
`pyinstaller agkyra.spec`
. This will make the application under
`dist/agkyra`
(and
`dist/agkyra.app`
under OSX).
## Copyright and license
Copyright (C) 2015 GRNET S.A.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment