1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-25 21:49:29 +03:00

Added readme file with build instructions

This commit is contained in:
Javi Fontan
2013-05-23 12:32:15 +02:00
parent 28930d7ce4
commit 955baca631

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# Requirements
* fpm ruby gem
* dpkg for debian packages
* rpm for centos packages
In debian/ubuntu rpm can be installed. The package is called "rpm"
# Bump version
The version should be changed in gen_package.sh and oneapps/share/version.rb
# Generate packages
Execute these commands as root so the files in the package are owned by root.
## RPM
$ PACKAGE_TYPE=rpm ./gen_package.sh
## DEB
$ PACKAGE_TYPE=deb ./gen_package.sh