geotagx / geotagx-theme

The GeoTag-X theme.
MIT License
1 stars 2 forks source link

checklist for adding new project #87

Open elliec opened 9 years ago

elliec commented 9 years ago

if at all you break anything in the repository due to any temporary changes, you can always revert back to the latest good version using :

git reset --hard HEAD

(you have to execute this at the following locations :

/home/pybossa/new_geotagx/pybossa (root directory of pybossa) and /home/pybossa/new_geotagx/pybossa/pybossa/themes/geotagx-theme-v2.0 (root directory of geotagx-theme)

elliec commented 9 years ago

to enable results summary for projects

1) go into the projects directory in the geotagx-theme repository and type :

git submodule add PATH_TO_REPOSITORY

2) go into the root directory of geotagx-theme repository and type :

git pull && git submodule init && git submodule update && git submodule status

3) edit the settings_local.py file in pybossa root to add : 'yemenculture' : json.loads(open(os.path.dirname(file)+'/pybossa/themes/geotagx-theme-v2.0/projects/geotagx-project-yemen-culture/project.json', 'r').read())

to GEOTAGX_SUPPORTED_PROJECTS_SCHEMA

and then finally restart the server using.

/etc/init.d/apache2 restart