Liste de liens :
Liste de liens :
← retour à l'accueil
Ajouter les lignes suivante aux fichier build.properties des projets :
sourceFileExtensions=*.java, *.groovy compilerAdapter=org.codehaus.groovy.eclipse.ant.GroovyCompilerAdapter compilerAdapter.useLog=true # this ensures that exceptions are logged to the proper log file.
Voir https://sourceforge.net/p/forge/documentation/SSH.
ssh-keygen -t rsa -C "USERNAME@shell.sf.net"
cat ~/.ssh/id_rsa.pub
ssh -t USERNAME@shell.sourceforge.net create
cd /home/svn/p/txm
cd /home/project-web/txm/htdocs
cd /home/frs/project/txm
shutdown
Apache Tika The Apache Software Foundation
sudo apt-get install ruby2.3-dev sudo apt-get install ruby-bundler sudo gem install jekyll # plugins utiles sudo gem install jekyll-paginate sudo gem install jekyll-sitemap sudo gem install jekyll-target-blank sudo gem install jekyll-last-modified-at sudo gem install jekyll-analytics # pour chaque plugin, ajouter une ligne de la forme " - jekyll-paginate" au champ "plugins:" du fichier "_config.yml"
sudo bundle install
git clone https://gitlab.in2p3.fr/sheiden/textometrie.org
bundle exec jekyll serve
git pull origin master
git checkout master git add . git commit -m "updated some pages" git push origin HEAD:master # contrôles avant push git status -s
# réglage git git config --global user.email serge.heiden@ens-lyon.fr git config --global credential.helper cache git config --global credential.helper 'cache --timeout=3600' # crée projet cd ~/git git init textometrie.org cd textometrie.org git checkout --orphan website # crée site jekyll new . git add . touch README git add README # push git git remote add origin git@gitlab.in2p3.fr:sheiden/textometrie.org.git git commit -m "install textometrie.org website" git push origin HEAD:website # contrôles avant commit git remote -v git remote show origin
cd ~/git/textometrie.org cp -r ~/Téléchargements/beautiful-jekyll-master/* .