Progarama para un avance global e intregado de la Matemática Mexicana.
Contents
$ git clone https://github.com/imatem/fordecyt
$ cd fordecyt
Add a file that contains a passwort. Do not use admin
as a password in production!
$ echo -e "[buildout]\nlogin = admin\npassword = admin" > secret.cfg
Symlink to the file that best fits you local environment. At first that is usually development. Later you can use production or test. This buildout only uses local.cfg
and ignores all profiles/local_*.cfg
.
$ ln -s profiles/local_develop.cfg local.cfg
Build Plone
$ virtualenv-2.7 --no-site-packages .
$ ./bin/pip install -r requirements.txt
$ ./bin/buildout