Can this be installed by a noob on to a computer and not to a server? Can I run this from a USB stick or just from my computer ?
Back on Urban Workbench similar question:
This software looks great, what do I need to get it running? Can I run it on my home PC?
Here are the instructions how to set everything up and running on your home computer. We'll use XAMPP Lite to set up that environment (it can be run even from USB):
skip-innodb # Uncomment the following if you are using InnoDB tables #innodb_data_home_dir = /xampplite/mysql/data/ #innodb_data_file_path = ibdata1:10M:autoextend #innodb_log_group_home_dir = /xampplite/mysql/data/ #innodb_log_arch_dir = /xampplite/mysql/data/ # You can set .._buffer_pool_size up to 50 - 80 % # of RAM but beware of setting memory usage too high #set-variable = innodb_buffer_pool_size=16M #set-variable = innodb_additional_mem_pool_size=2M # Set .._log_file_size to 25 % of buffer pool size #set-variable = innodb_log_file_size=5M #set-variable = innodb_log_buffer_size=8M #innodb_flush_log_at_trx_commit=1 #set-variable = innodb_lock_wait_timeout=50
And replace it with:
#skip-innodb # Uncomment the following if you are using InnoDB tables innodb_data_home_dir = C:/xampplite/mysql/data/ innodb_data_file_path = ibdata1:10M:autoextend innodb_log_group_home_dir = C:/xampplite/mysql/data/ innodb_log_arch_dir = C:/xampplite/mysql/data/ # You can set .._buffer_pool_size up to 50 - 80 % # of RAM but beware of setting memory usage too high set-variable = innodb_buffer_pool_size=16M set-variable = innodb_additional_mem_pool_size=2M #Set .._log_file_size to 25 % of buffer pool size set-variable = innodb_log_file_size=5M set-variable = innodb_log_buffer_size=8M innodb_flush_log_at_trx_commit=1 set-variable = innodb_lock_wait_timeout=50
Host name: localhost Username: root Password: (leave empty) Database name: activecollab Absolute URL: http://localhost/activecollab/
That should be it. You can find more information about setting up XAMPP Lite on XAMPP website. Please note that XAMPP is built to be development environment, not production environment. Don't for get to read a Security section of readme file!
Similar instructions apply to installation on any other platform, just use Apache + PHP + MySQL package made for your operating system (for Mac you’d us MAMP or XAMPP for Mac for instance).
Thanks to whooven for mentioning XAMPP Lite on the forum.
If you have something important to say about the issues discussed in this post please write at hi@a51dev.com.
I don’t know if Uniform Server can be installed on USB, but if you don’t need that you could check it out.