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
Copy file name to clipboardexpand all lines: README.md
+10-6
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,10 @@ npm install -g gulp
98
98
gulp
99
99
```
100
100
101
-
* Now, (if not created already,) create an `.env` file and fill your database credentials. You can copy it from `.env.example` file as a template.
101
+
* Now, (if not created already,) create an `.env` file and fill all of your credentials required for the service to run. You can copy it from `.env.example` file as a template.
102
+
```
103
+
cp .env.example .env
104
+
```
102
105
103
106
* Now, install the database schema from migration, and seed the users table for the administrator user:
104
107
@@ -123,19 +126,20 @@ php artisan db:seed
123
126
This step will create the indice, and set the settings for Algolia.
124
127
125
128
* Now, simply run the application. You can create a new virtualhost either from Apache, or Nginx etc.
126
-
129
+
127
130
**Note:** PHP's own web server (e.g. if you're running it with `php artisan serve`) will give 404 erros in administration panel, because Datatables's AJAX links are quite long, and it gives 404 errors on very long links unless you edit this setting.
128
-
131
+
129
132
* Now you can login into your application.
130
133
131
134
Default username is `admin@whatthetag.com`
132
135
The default password is `whatthetag`
133
-
136
+
134
137
*Don't forget to change these after logging in!*
135
138
136
139
* Now, simply navigate through your app and enjoy! :smile:
137
140
138
141
##Digging the Code?
142
+
139
143
Well, you should do this!
140
144
141
145
Why you may ask. Because one of the reasons of this app is to make a sample application using Laravel 5.
@@ -165,7 +169,7 @@ This application covers:
165
169
* Algolia implementation!
166
170
* AWS S3 implementation!
167
171
* All dependencies are updated
168
-
* Rollback to gulp
172
+
* Rollback to gulp for asset automation
169
173
170
174
####0.3.1
171
175
@@ -202,5 +206,5 @@ This application covers:
202
206
203
207
##Thanks
204
208
205
-
*[Koding](https://koding.com/R/arda), all of the project is written on the cloud using Koding's service on their VMs and my machine directly from my browser. You must definitely try the service, also it's free!
209
+
*[Koding](https://koding.com/R/arda), all of baby steps of the project is written on the cloud using Koding's service on their VMs and my machine directly from my browser. You must definitely try the service, also it's free!
206
210
*[Burak Can](https://twitter.com/neoberg) and [Eser Özvataf](http://eser.ozvataf.com/) for their ideas especially while handling assets.
0 commit comments