Difference between revisions of "Quick site setup"
From GLMWiki
(New page: On Devsys2 from a terminal window.... ;Change to the server directory : cd /var/www/server ;Export the quicksite base files into your new site : svn export <nowiki>http://cvs2/svn/dev/www...) |
|||
Line 22: | Line 22: | ||
** www.greensideup.com => greensideup | ** www.greensideup.com => greensideup | ||
** www.wmta.org => wmta | ** www.wmta.org => wmta | ||
+ | |||
+ | == Deploy on web server == | ||
+ | For now ask Jamie to do it |
Revision as of 15:41, 14 October 2010
On Devsys2 from a terminal window....
- Change to the server directory
- cd /var/www/server
- Export the quicksite base files into your new site
- svn export http://cvs2/svn/dev/www.quicksite.com www.newsite.com
- Change into your new site
- cd www.newsite.com
- run "phing" which will ask you questions and guide you through site setup
- phing setup
- Most questions will contain a default answer that can be inserted by pressing Enter / Return without typing any characters
- Y / N questions must be answered with either a capital Y or capital N
- New File server accounts can be setup on the File Server here
- Be sure to fill in all necessary fields
- Owner Name
- Owner Id
- Owner Access Password - Strong Password Generator
- Be sure to fill in all necessary fields
- database names are usually simplified versions of urls ie:
- www.greensideup.com => greensideup
- www.wmta.org => wmta
Deploy on web server
For now ask Jamie to do it