Skip to content
Snippets Groups Projects
Commit de0cef40 authored by Massimo's avatar Massimo
Browse files

Update README.md

parent e276c2bf
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
EasyCloud is a text user interface written in Python able to interact with
multiple cloud platforms, such as OpenStack, Amazon Web Services and Google
Cloud Platform. It is based on the [CloudTUI-FTS](https://github.com/mrbuzz/CloudTUI-FTS) project.
Cloud Platform. <!-- It is based on the [CloudTUI-FTS](https://github.com/mrbuzz/CloudTUI-FTS) project. -->
With EasyCloud, a user can:
* start/stop/clone a VM
......@@ -54,7 +54,7 @@ With EasyCloud, a user can:
If a missing package is detected, EasyCloud won't start or will ask if it can be downloaded through pip3, depending on the package.
5. **Flags**
CloudTUI shell script can be launched with certain flags, in order to perform the following operations:
EasyCloud shell script can be launched with certain flags, in order to perform the following operations:
* **--debug**
save all the outgoing HTTP requests and all the incoming HTTP responses made by Libcloud in `logs/libcloud_debug.log`
......@@ -88,12 +88,15 @@ The following platforms are currently supported by EasyCloud
## Source code download
You can download the application source code from our git repository by using the `git clone <URL>` command,
You can download the application source code from our git repository by using the `git clone git@gitlab.di.unipmn.it:DCS/easycloud.git` command.
<!--You can download the application source code from our git repository by using the `git clone <URL>` command,
where `<URL>` has to be replaced with one of the following:
0.10.0 (Preview)(**Current**) - `https://github.com/subwave07/easycloud.git`
0.08.0 (CloudTUI-FTS, Preview) - `https://github.com/mrbuzz/CloudTUI-FTS.git`
0.06.0 (CloudTUI-FTS, Preview) - `https://github.com/trampfox/CloudTUI-FTS.git`
-->
## License
This project is available under the GNU General Public License v3. A copy of this license is shipped with the tool and available [here](LICENSE).
......@@ -125,7 +128,7 @@ Alessandria and Vercelli, Piedmont, Italy
### Contact info
[massimo.canonico@uniupo.it](mailto:massimo.canonico@uniupo.it)
## Papers
<!--## Papers
EasyCloud and CloudTUI-FTS have been presented and referenced in the following academic papers:
......@@ -146,3 +149,4 @@ EasyCloud and CloudTUI-FTS have been presented and referenced in the following a
In "Europe and MENA Cooperation Advances in Information and Communication Technologies", pp. 391-400.
Springer, Cham
2017
-->
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment