diff --git a/README.md b/README.md index eb2360a..1268f8b 100644 --- a/README.md +++ b/README.md @@ -11,28 +11,17 @@ Master Repo: https://git.4lt.ca/4lt/novaconium ## Getting Started -### Installation (docker) +Installation is using the composer docker container. If you are using native composer, replace the docker line with: ```composer require 4lt/novaconium```. ```bash mkdir project_name; cd project_name; -composer require 4lt/novaconium - docker run --rm --interactive --tty --volume $PWD:/app composer:latest require 4lt/novaconium + cp -R vendor/4lt/novaconium/defaults/App/ . cp -R vendor/4lt/novaconium/defaults/public/ . ``` - -### Install Composer on Debian - -```bash -sudo nala install curl php-cli php-mbstring git unzip -curl -sS https://getcomposer.org/installer -o composer-setup.php -sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer -rm composer-setup.php -``` - ## APP Database config Open the /App/config.php file and change the database section to match the above: @@ -49,4 +38,5 @@ Open the /App/config.php file and change the database section to match the above ## Documentation -* [Docker Setup](https://git.4lt.ca/4lt/novaconium) +* [Novaconiumm Official Repo](https://git.4lt.ca/4lt/novaconium) +* [CORXN Apache and PHP Container for Novaconium](https://git.4lt.ca/4lt/CORXN) diff --git a/docs/Install-Composer-On-Debian.md b/docs/Install-Composer-On-Debian.md new file mode 100644 index 0000000..c28dd43 --- /dev/null +++ b/docs/Install-Composer-On-Debian.md @@ -0,0 +1,11 @@ +# Install Composer natively on Debian + +```bash +sudo nala install curl php-cli php-mbstring git unzip +curl -sS https://getcomposer.org/installer -o composer-setup.php +sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer +rm composer-setup.php +``` + +# composer require 4lt/novaconium +