You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2020. It is now read-only.
@@ -28,7 +26,7 @@ Audith Basis is an enhanced version of Laravel framework, a feature list for whi
28
26
*[Front-end/UI]_Back-end control panel_ - comes with built-in control panel, featuring sample pages for you to expand upon.
29
27
*[Front-end/UI]_Custom web-fonts, web typography support_ - build and use your own web-fonts with included toolset, from any TTF/OTF fontsets.
30
28
*[Front-end/UI]_Webpack support_ - build all web assets with Webpack.
31
-
*[DevOps/CI/CD]_Docker support_ - fully Dockerized package with pre-built PHP 5.6 and 7.0 containers.
29
+
*[DevOps/CI/CD]_Docker support_ - fully Dockerized package with pre-built PHP-7 containers.
32
30
33
31
### Installation
34
32
@@ -37,10 +35,9 @@ Audith Basis is an enhanced version of Laravel framework, a feature list for whi
37
35
I have included a build script in ```./storage/scripts/dev-env/build.sh``` inside of which you can see steps necessary to spin up desired Docker configuration and prepare your development environment. Steps involved are:
38
36
39
37
1. Build or pull necessary Docker containers.
40
-
2. Start your desired Docker-Compose configuration (any of: PHP 5.6 or 7.0).
41
-
3. Update your ```/etc/hosts``` file to point to the primary container in your Docker configuration - generally ```php_XXX``` is the primary container, which is linked to ```php_XXX-fpm``` and other machines.
42
-
4. Create ```.env``` file, containing your environmental variables.
43
-
5. Switch into the primary container environment, to start building your environment (Note: before doing so, please read the important note in ```build.sh``` file!):
38
+
2. Start your Docker-Compose configuration.
39
+
3. Create ```.env``` file, containing your environmental variables.
40
+
4. Switch into the primary container environment, to start building your environment (Note: before doing so, please read the important note in ```build.sh``` file!):
44
41
1. Install Sauce Connect and start it as a daemon.
45
42
2. Install NPM dependencies.
46
43
3. Install ```woff-2``` and it's submodules; and build them (used to build custom web-fonts).
0 commit comments