FSTA is a simple bash script which prepare your system for installation of Aegir hosting system (aegirproject.org)


I created this script because i wanted to make installation of Aegir easier and less time consuming.

Project sandbox page: http://drupal.org/sandbox/berkas1/1192608

Comments

sreynen’s picture

Status: Active » Needs review

Marking "needs review" so reviewers will see it.

ccardea’s picture

The waiting time for a project application review is currently approaching six weeks. Please consider shortening your wait time by contributing to the code review process. All it takes is basic module writing skills, plus it is a great way to add to your knowledge of Drupal.Please visit http://groups.drupal.org/code-review for details on how to participate.

berkas1’s picture

Priority: Normal » Major

changing to major according to the project application workflow

ccardea: thanks for your note about reviewing, i am learning php > when i'll learn the basic knowledge, i'll join the review group, but for now i don't have required knowledge:(

berkas1’s picture

Priority: Major » Critical

changing to critical

thanks for review:)

berkas1’s picture

Notes for new version - released today:

Fixed some bugs: repaired function for automatically re-running script

New function: user can set their own (number) values for memory_limit, max_input_time, max_execution_time, post_max_size, upload_max_filesize.... But if user doesn't want to set this values the script will provide its default values which are good for optimal server configuration.

klausi’s picture

Priority: Critical » Normal
Status: Needs review » Postponed (maintainer needs more info)

Have you tried to communicate with the aegir maintainers to include your code into the project? Joining forces is always better than to go your own way. Is there an issue where you asked aegir people for feedback?

berkas1’s picture

i do not think that it could be added to aegir - because aegir installation is made by "apt-get install aegir" (debian package). So there is no way how to let user edit values like memory_limit, max_upload etc. - it needs external script.

I hope i described it well.

berkas1’s picture

Status: Postponed (maintainer needs more info) » Needs review

if there is no comment I am changing it back to needs review

klausi’s picture

Status: Needs review » Reviewed & tested by the community
  • lines in README.txt should not exceed 80 characters
  • the README.txt should include the instructions from http://drupal.org/node/1233784
  • rename prepare.sh.txt to prepare.sh in all branches

Our PHP coding standards do not apply to bash scripts, so I think this is good to go.

sreynen’s picture

Hi berkas1,

Thanks for your contribution and welcome to the community of project contributors on drupal.org.

I've granted you the git vetted user role which will let you promote this to a full project and also create new projects as either sandbox or "full" projects, at your discretion.

Now that you've experienced the full review process, please consider reviewing other projects that are still awaiting review. Anyone can help with reviews, following the guidelines.

sreynen’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

avpaderno’s picture

Component: other » other project types
Issue summary: View changes