Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Bailly
Gepetto Utils
Commits
d3ae4d85
Commit
d3ae4d85
authored
Dec 15, 2017
by
Guilhem Saurel
Browse files
readmes
parent
a74f2ce5
Changes
3
Hide whitespace changes
Inline
Side-by-side
dashboard/README.md
View file @
d3ae4d85
# Gepetto Packages Dashboard
## APIs
## APIs
used
-
github: https://api.github.com/orgs/stack-of-tasks/repos
-
gitlab: https://eur0c.laas.fr/api/v4/projects
-
redmine: https://redmine.laas.fr/projects.json
### Get dependencies
-
Get Python 3
-
`pip3 install -U -r requirements.txt`
(you might need
`sudo`
, or
*better*
`--user`
, or
*best*
a virtualenv)
## RUN
```
...
...
newcomers/README.md
View file @
d3ae4d85
# Greet Newcomers
## Get
ready
## Get
dependencies
-
Get Python 3
& pip
-
`pip3 install ldap3`
(you might need sudo, or --user, or a virtualenv)
-
Get Python 3
-
`pip3 install ldap3`
(you might need
`
sudo
`
, or
*better*
`
--user
`
, or
*best*
a virtualenv)
-
`mkdir -p ~/.cache`
## Go !
...
...
@@ -20,8 +20,5 @@ The template of this mail is in `template.txt`.
To run this script everyday at 5 AM:
```
bash
crontab
-l
>
cronfile
echo
"0 5 * * *
$(
which python
)
$(
pwd
)
/greet_newcomers.py"
>>
cronfile
crontab cronfile
rm
cronfile
(
crontab
-l
;
echo
"0 5 * * *
$(
which python
)
$(
pwd
)
/greet_newcomers.py"
)
| crontab -
```
website/README.md
View file @
d3ae4d85
...
...
@@ -9,22 +9,8 @@ For now, it will compare them to HAL's one.
### Get dependencies
Using of
[
virtualenvwrapper
](
https://virtualenvwrapper.readthedocs.org/en/latest/
)
on bash or zsh, or
[
virtualfish
](
http://virtualfish.readthedocs.org/en/latest/index.html
)
on
[
fish
](
https://fishshell.com/
)
is strongly
recommended. Do not forget that this project uses Python3 (→
`mkvirtualenv -p python3
gepetto_website_tools_venv`
/
`vf new -p python3 gepetto_website_tools_venv`
)
Then, if you have
[
pip-tools
](
https://github.com/nvie/pip-tools
)
:
```
bash
pip-sync
```
Else:
```
bash
pip
install
-U
-r
requirements.txt
```
-
Get Python 3
-
`pip3 install -U -r requirements.txt`
(you might need
`sudo`
, or
*better*
`--user`
, or
*best*
a virtualenv)
### HOWTO use it
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment