missed steps in readme and frequently used port for application

Bug #1256920 reported by Peter Lomakin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Rubick
Fix Released
High
Peter Lomakin

Bug Description

README.md missed some steps for manual deployment and also we lost instruction for CentOS installation.
We use 8000 port as a default for our app - need to change that, to make install it near fuel and other web applications.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to rubick (master)

Fix proposed to branch: master
Review: https://review.openstack.org/59370

Changed in rubick:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to rubick (master)

Reviewed: https://review.openstack.org/59370
Committed: http://github.com/stackforge/rubick/commit/a9b8de3766bf36c72a64f5da3e25290d3ef64642
Submitter: Jenkins
Branch: master

commit a9b8de3766bf36c72a64f5da3e25290d3ef64642
Author: Peter Lomakin <email address hidden>
Date: Mon Dec 2 17:32:58 2013 +0400

    Update readme description

    Add installation manual for CentOS and fix
    steps for application deploying and running under Ubuntu.

    Changed default port for webui from 8000 to 8008 to run it near other
    web applications.

    Removed old Procfile for production.

    Change-Id: I1472bf2e726078b3d12a7b978cb10ebe8cb8cc09
    Closes-Bug: #1256920

Changed in rubick:
status: In Progress → Fix Committed
Revision history for this message
Peter Lomakin (plomakin) wrote :

Proposing slightly edit installation part in order to users can install by copy-paste. Switch packages installation on the first place and add "git", then perform git clone:
For Ubuntu:
$ sudo apt-get install git build-essential mongodb-server redis-server python-pip
$ git clone https://github.com/stackforge/rubick && cd rubick
$ sudo pip install -r requirements.txt
$ honcho start
For CentOS:
$ sudo yum install git build-essential mongodb-server redis-server python-pip
$ git clone https://github.com/stackforge/rubick && cd rubick
$ sudo pip install -r requirements.txt
$ honcho start

Changed in rubick:
status: Fix Committed → Confirmed
status: Confirmed → Opinion
status: Opinion → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.