Difference between revisions of "OrangeScrum"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (Created page with "A few of us at the office were in need of a project management solution, and so I started installing all kinds of servers. OrangeScrum is one of them and the instructions on t...") |
Michael.mast (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | WORK IN PROGRESS | ||
+ | <br> | ||
+ | |||
A few of us at the office were in need of a project management solution, and so I started installing all kinds of servers. OrangeScrum is one of them and the instructions on their <ref>http://www.orangescrum.org/general-installation-guide</ref>site are not very friendly to people who may not be vary familiar with PHP, Apache, and MySQL (like me). | A few of us at the office were in need of a project management solution, and so I started installing all kinds of servers. OrangeScrum is one of them and the instructions on their <ref>http://www.orangescrum.org/general-installation-guide</ref>site are not very friendly to people who may not be vary familiar with PHP, Apache, and MySQL (like me). | ||
+ | <br> | ||
+ | NOTE : I had an old desktop laying around with 1GB of RAM and a single core Pentium M processor that I used for testing these servers out on. Ended up installing Fedora Server, which had some of the requirements baked in. | ||
+ | * | ||
+ | |||
+ | DB Creation | ||
+ | MariaDB [(none)]> create database orangescrum collate utf8_unicode_ci; | ||
+ | MariaDB [(none)]> use orangescrum; | ||
+ | MariaDB [orangescrum]> source /root/database.sql; |
Revision as of 10:21, 6 May 2016
WORK IN PROGRESS
A few of us at the office were in need of a project management solution, and so I started installing all kinds of servers. OrangeScrum is one of them and the instructions on their [1]site are not very friendly to people who may not be vary familiar with PHP, Apache, and MySQL (like me).
NOTE : I had an old desktop laying around with 1GB of RAM and a single core Pentium M processor that I used for testing these servers out on. Ended up installing Fedora Server, which had some of the requirements baked in.
DB Creation
MariaDB [(none)]> create database orangescrum collate utf8_unicode_ci; MariaDB [(none)]> use orangescrum;
MariaDB [orangescrum]> source /root/database.sql;