Changes between Version 32 and Version 33 of MakeProject


Ignore:
Timestamp:
Jul 19, 2012, 10:06:55 AM (12 years ago)
Author:
Christian Beer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MakeProject

    v32 v33  
    2323and daemons to generate and handle work for this application.
    2424This lets you quickly check that the project is working;
    25 you can remove the test application later by editing [ProjectConfigFile config.xml].
    26 {{{
    27 #!comment Editing config.xml alone isn't enough to get rid of an application. Only the validator and assimilator are there. To remove the app itself, DB edits are needed. However, I'm not sure how to explain that to somebody who has just created a project and doesn't know too much yet.
    28 }}}
     25you can remove the test application later by marking it deprecated in your [HtmlOps administrative web interface].
    2926
    3027The following steps complete the project setup:
    3128
    3229    * Insert `PROJECT_NAME.httpd.conf` into `/etc/apache/httpd.conf` (path varies), or [http://httpd.apache.org/docs/2.0/mod/core.html#include Include] it from that file.
     30    * Generate a username/password file for your [HtmlOps administrative web interface] using:
     31{{{
     32htpasswd -cb ~/projects/test/html/ops/.htpasswd username password
     33}}}
    3334    * Run `crontab -e`, and add an entry to run the project's cron script:
    3435{{{