nim_websitecreator
Nim fullstack website framework - deploy a website within minutes
File Explorer
Download Latest Version (.zip)- build.yml
- release.yml
- config_default.cfg
- Dockerfile
- build_docker.sh
- config.cfg
- Dockerfile
- run_docker.sh
- update_base.sh
- edge.yml
- latest.yml
- rolling_release.yml
- stable.yml
- testing.yml
- unstable.yml
- latest.yml
- rawhide.yml
- latest.yml
- lts.yml
- next.yml
- README.md
- autoinstall.sh
- config_nginx_default.cfg
- nimwc.desktop
- nimwc.service
- Vagrantfile
- gatas.jpg
- nim-bad-cat.png
- nimwc-admin-power.png
- nimwc-editor-grape.png
- nimwc-editor-summer.png
- nimwc-files.png
- nimwc-firejail0.png
- nimwc-firejail1.png
- nimwc-infopage.png
- nimwc-logs.png
- nimwc-presentation-es-presentation.html
- nimwc-presentation-es.md
- nimwc-presentation-presentation.html
- nimwc-presentation.md
- nimwc-profile.png
- nimwc_design.jpg
- _commands.nim
- _htmls.nim
- _integers.nim
- _sqls.nim
- _strings.nim
- _urlencodeds.nim
- constants.nim
- _adminusers.nim
- _backupdbs.nim
- _connectdbs.nim
- _createdbs.nim
- _standarddatas.nim
- _testusers.nim
- databases.nim
- _messages.nim
- _registrations.nim
- _sendemails.nim
- _sendemails_admins.nim
- _senderrors_admins.nim
- emails.nim
- enums.nim
- _walkers.nim
- files.nim
- _blogs.nimf
- _creators.nimf
- _editors.nimf
- _creators.nimf
- _editors.nimf
- _pages.nimf
- _editor_imports.nimf
- _editors.nimf
- _main_edit_editors.nimf
- _main_new_editors.nimf
- _navbars.nimf
- _pageoptions.nimf
- _configs.nimf
- _delayredirects.nimf
- _files.nimf
- _firejails.nimf
- _indexes.nimf
- _logins.nimf
- _logs.nimf
- _plugins.nimf
- _settings.nimf
- _sitemaps.nimf
- _statuspages.nimf
- _userprofiles.nimf
- tos.html
- _salts.nim
- passwords.nim
- _deleters.nim
- _detailers.nim
- _downloaders.nim
- _repos.nim
- _settings.nim
- _switchers.nim
- plugins.nim
- sessions.nim
- configs.nim
- loggers.nim
- captchas.nim
- html_utils.nim
- routes.nim
- nimwc_main.nim
- plugin_import.txt
- NimWC_logo_shadow.png
- style.css
- style_admin.css
- favicon-16x16.png
- favicon-180x180.png
- favicon-192x192.png
- favicon-32x32.png
- favicon.ico
- NimWC_logo_blue.png
- NimWC_logo_shadow.png
- avatar.jpg
- background.jpg
- par1b.jpg
- par2b.jpg
- par3b.jpg
- codemirror_custom.js
- editors.js
- grapesjs_custom.js
- grapesjsbs4.min.js
- js.js
- js_admin.js
- favicon.ico
- humans.txt
- .gitattributes
- .gitignore
- CHANGELOG.md
- CONTRIBUTING.md
- FEATURES.md
- LICENSE
- nimwc.nim
- nimwc.nim.cfg
- nimwc.nimble
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ThomasTJdev/nim_websitecreator
Downloads the entire project code from GitHub to your computer.
cd nim_websitecreator
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu ๊ณ์ด) Built into Debian/Ubuntu-based Linux distributions.
curl https://nim-lang.org/choosenim/init.sh -sSf | sh
Downloads and runs the official install script in one line โ this handles the full setup automatically.
curl https://raw.githubusercontent.com/ThomasTJdev/nim_websitecreator/master/devops/autoinstall.sh -sSf | sh
Downloads and runs the official install script in one line โ this handles the full setup automatically.
sudo apt install ./firejail_0.9.58-1_arm64.deb
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Docker
EasyPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
docker build -f devops/docker/Dockerfile -t nim-websitecreator .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 nim-websitecreator
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
