mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 07:35:22 +00:00
return original README file
This commit is contained in:
parent
cfa9fd6066
commit
1204c6d1b4
1 changed files with 1 additions and 16 deletions
17
README.md
17
README.md
|
@ -1,15 +1,5 @@
|
||||||
## WebVirtCloud - Bandic007 (B7) updated and fixed edition
|
## WebVirtCloud Beta
|
||||||
|
|
||||||
## Credits
|
|
||||||
This version of WebVirtCloud was forked from [@catborise](https://github.com/catborise/webvirtcloud) repo, which is a forked and modified (with upgrades of UI and functionality) versio of [@retspen](https://github.com/retspen/webvirtcloud) repo.
|
|
||||||
Thanks to both of them for the amazing job they did!
|
|
||||||
|
|
||||||
The B7 version in this repo has some fixes applied on problems from the upgraded [@catborise](https://github.com/catborise/webvirtcloud) repo. They were:
|
|
||||||
* fixed not working login page
|
|
||||||
* fixed not working (loading) "Instances" page
|
|
||||||
|
|
||||||
This version will always be updated with the latest changes from both repos and I will try to apply fixes to all bugs I find, in order to make it always running from the first time you deploy it!
|
|
||||||
Also, I will escalate "Pull requests" to both those guys in order to offer them my fixes in thei repos!
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -240,16 +230,11 @@ datasource:
|
||||||
|
|
||||||
### How To Update
|
### How To Update
|
||||||
```bash
|
```bash
|
||||||
cd /srv/webvirtcloud
|
|
||||||
git pull
|
git pull
|
||||||
virtualenv venv
|
|
||||||
source venv/bin/activate
|
|
||||||
python manage.py migrate
|
python manage.py migrate
|
||||||
sudo service supervisor restart
|
sudo service supervisor restart
|
||||||
deactivate
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
WebVirtCloud is licensed under the [Apache Licence, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
|
WebVirtCloud is licensed under the [Apache Licence, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue