Command Line Application for scode.
Scode-Cli creates a php mvc webapp that you can modify, make your own and upload to your webserver.
=> ScorpioCoding
=> Design, Development, DevOps
=> website
ScorpioCoding Homegrown Standalone Php Mvc Application - Scode
Scode is a fully standalone functional webapp that you can modify to create beautifull standalone websites. From Single Page Applications (SPA) to full blown Backend Data Driven Applications (Blogs, Ecommerce).
- scode-core
- The core application
- scode-core-docker
- The core application for Docker
- scode-core-docker-gulp
- The core appllication for Docker with gulp automation.
- Automated folder relocation
- Autmated Javascript and Sass
- scode-core-docker-gulp-mysql
- The core application for Docker with gulp automation and MySql database.
- Automated folder relocation
- Autmated Javascript and Sass
- PhpAdmin for database management
npm install -g scode-cli
npx scode-cli
-
Best hosted on VPS with docker pre installed ex. debian & docker from OVH
-
Installed behind nginx proxy manager ex. nginxproxymanager
-
Installed behind portainer
-
Best practice is to change the
_dockerfiles
to underscore your project name ex._helloworld
- This will insure that Docker creates your Project Name as the Docker Group Container Name
-
You can change the
docker-compose
file if hosting multiple websites on a single Server (ex. VPS)- Modify the Container Names, External Ports, Network Name, Volume Name
- Modify the app container Name => Modify nginx -> default.conf file aswell.
- Open a seperate terminal in the _dockerfiles directory and run the following command
docker compose up -d --build
docker compose down
- Gulp needs to be initiated by installing the package.
- The
node_modules
folder will be install with all the dependencies. - Open a seperate terminal in the _gulpfiles directory and run the following command
npm install
npm gulp