Skip to content

Commit 4703127

Browse files
committed
Adding install description for traditional development environment
1 parent a1b7d57 commit 4703127

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,43 @@
66

77
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
88

9-
### Prerequisites
9+
### Traditional
10+
11+
#### Installing
12+
13+
1. Clone the git repository
14+
```sh
15+
git clone [email protected]:OS2Forms/os2forms8.git
16+
```
17+
18+
2. Enter the newly created project directory
19+
```sh
20+
cd os2forms8
21+
```
22+
23+
3. Install dependencies
24+
```sh
25+
composer install
26+
```
27+
28+
4. Install drupal based on OS2Forms profile. Make sure you substitute the following variables:
29+
* db_pass
30+
* db_user
31+
* db_host
32+
* db_name
33+
* account_password
34+
* site_name
35+
```sh
36+
drush si os2forms8 --db-url=mysql://db_pass:db_user@db_host/db_name --account-pass=account_password --site-name="site_name"
37+
```
38+
39+
### With Docksal
40+
41+
#### Prerequisites
1042

1143
* [Docksal](https://docksal.io/)
1244

13-
### Installing
45+
#### Installing
1446

1547
1. Clone the git repository
1648
```sh

0 commit comments

Comments
 (0)