add logging
This commit is contained in:
parent
ee563bb987
commit
49973291c4
3 changed files with 53 additions and 7 deletions
15
README.org
15
README.org
|
|
@ -10,14 +10,19 @@
|
|||
|
||||
** node_environment
|
||||
|
||||
1. Create a directory =.npm=
|
||||
2. If the file =global_packages.txt= is present, install the packages via *npm* globally in the =.npm= directory
|
||||
3. Run ~npm install~ if a file =package.json= is present
|
||||
4. Add the =.npm= directory to the ~$PATH~ variable
|
||||
1. Create a directory =.npm/bin= if not existent
|
||||
2. Add the =.npm/bin= directory to the ~$PATH~ variable
|
||||
3. Upgrade npm to the latest version
|
||||
4. If the file =global_packages.txt= is present, install the packages via npm into the =.npm= directory
|
||||
5. Run ~npm install~ if a file =package.json= is present
|
||||
|
||||
** python_environment
|
||||
|
||||
1. Create a new python virtualenv in the folder =.venv=
|
||||
1. Create a new python virtualenv in the folder =.venv= if not existent
|
||||
2. Source the virtual environment
|
||||
3. Upgrade pip to the latest version
|
||||
4. If present, install the packages from the file =requirements.txt= via pip
|
||||
|
||||
** rust_environment
|
||||
|
||||
1. Run ~cargo build~ if =Cargo.toml= is present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue