Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the documentation! #33

Open
4 of 7 tasks
austinkregel opened this issue Aug 19, 2020 · 2 comments
Open
4 of 7 tasks

Improve the documentation! #33

austinkregel opened this issue Aug 19, 2020 · 2 comments
Assignees

Comments

@austinkregel
Copy link
Owner

austinkregel commented Aug 19, 2020

I've noticed that the "documentation" is totally not helpful for someone who would be new to this project (for contributing and just pulling it down and setting it up).

@austinkregel austinkregel self-assigned this Aug 19, 2020
@bernhardh
Copy link

Not sure, where to place it elsewhere, but here is a short documentation to install and run it without docker:

# Clone finance and jump into the folder
git clone [email protected]:austinkregel/finance.git
cd finance

# Install dependencies
composer install
npm install

# Configure environment
cp .env.example .env
# Edit .env file to your needs

# Create storage link +  generate key
php artisan storage:link
php artisan key:generate

# Run database installation
php artisan migrate

# Run css/js compilation
npm run prod

# And now run the testserver
php artisan serve

Is such kind of doku improvement welcome?

@austinkregel
Copy link
Owner Author

Yes! Any kind of documentation improvements are welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants