Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Commit

Permalink
Remove useless info from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Feb 21, 2016
1 parent 78fa9e3 commit 9fd8358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ We'll assume you already have a database, setting that up is beyond the scope of
````bash
git clone https://github.com/TheReverend403/uPste
cd uPste
composer install # Installs laravel, all dependencies, npm dependencies, and compiles assets.
cp .env.example .env
php artisan key:generate # VERY IMPORTANT, DO NOT MISS THIS
composer install # Installs laravel, all dependencies, npm dependencies, compiles assets and generates your app key.
````

Open .env in the root directory of uPste and edit the settings within to suit your site. Make sure to read what each one does, and feel free to ask if you're not sure.
Expand Down Expand Up @@ -60,4 +58,4 @@ git pull
composer update
````

If everything went well and you didn't get any errors, you can now bring your site back online with `php artisan up`
If everything went well and you didn't get any errors, you can now bring your site back online with `php artisan up`

0 comments on commit 9fd8358

Please sign in to comment.