Minor documentation updates
This commit is contained in:
parent
5d2281b713
commit
bedf615ad3
18
README.md
18
README.md
@ -11,28 +11,17 @@ Master Repo: https://git.4lt.ca/4lt/novaconium
|
|||||||
|
|
||||||
## Getting Started
|
## 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
|
```bash
|
||||||
mkdir project_name;
|
mkdir project_name;
|
||||||
cd project_name;
|
cd project_name;
|
||||||
|
|
||||||
composer require 4lt/novaconium
|
|
||||||
|
|
||||||
docker run --rm --interactive --tty --volume $PWD:/app composer:latest 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/App/ .
|
||||||
cp -R vendor/4lt/novaconium/defaults/public/ .
|
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
|
## APP Database config
|
||||||
|
|
||||||
Open the /App/config.php file and change the database section to match the above:
|
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
|
## 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)
|
||||||
|
11
docs/Install-Composer-On-Debian.md
Normal file
11
docs/Install-Composer-On-Debian.md
Normal file
@ -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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user