Open Parallaxes opened 3 months ago
Web Site
root@ASOOSV2:~# ruby -v
ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]
root@ASOOSV2:~# bundler -v
Bundler version 2.5.17
root@ASOOSV2:~# python --version
Python 3.10.12
root@ASOOSV2:~#
This command creates my virtual environment.
scripts/venv.sh
root@ASOOSV2:~/nighthawk/lucas_2025# ls
404.html LICENSE README.md _config.yml _layouts _posts assets index.md requirements.txt venv
Gemfile Makefile README4YML.md _includes _notebooks _sass images navigation scripts
root@ASOOSV2:~/nighthawk/lucas_2025#
Erase existing environment (screen capture)
Setup our working environment (git clone's)
Activate tools & version check (Ruby, Bundler, Python)
Setup development environment (scripts/venv.sh)
Start server (code . and make)
Verify server