-
Notifications
You must be signed in to change notification settings - Fork 2
mufucaw/BranchBuilder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. Have to install following python packages: Python packages: --webpy: easy_install web.py or pip install web.py --jenkins: pip install python-jenkins --jinja2: pip install jinja2 Server: --Jenkins ----java -jar jenkins.war & --Apache ---- Alias /static "/var/www/BranchBuilder/static" <Directory "/var/www/BranchBuilder/staic"> Options +Indexes Order allow,deny Allow from all </Directory> ScriptAlias /BranchBuilder/ "/var/www/BranchBuilder/Builder.py/" <Directory "/var/www/BranchBuilder"> Options +ExecCGI +FollowSymLinks Order allow,deny Allow from all </Directory> ---- Runtime: --python --Java 2. Ignore the permission for git git config --global core.filemode false or Edit .git/config as [core] filemode=false
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published