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:
26
README.md
Normal file
26
README.md
Normal 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
|
||||
|
Reference in New Issue
Block a user