- Notifications
You must be signed in to change notification settings - Fork4
devisephp/bootstrap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
##About
The Devise Bootstrap is the official bootstrapped application for theDevise content management system. Think of this as a blank slate for your application with everything you need to get started. Every night we rebuild this application so that you can download the entire applicationand all dependencies.
If you are new to Devise this is the easiest way to get started. Just click on "Download Zip" button above orclick here. Drop it on a server and then choose your install method.
Full documentation can be found athttp://devisephp.com/docs
General Install onHomestead
Homestead is a virtual machine created by the team behind Laravel. You can use any host you like but Homestead provides an Ubuntu sandbox that bridges files to and from your host machine. If you've never used it before follow the instructionshere. It's worth the download time to get up and running.
Once you're all setup and can ssh into your box follow these steps:
- Create your new site entry in your
Homestead.yaml
- map: new-domain.com to: /home/vagrant/Code/new-domain/public
Add your domain to your
/etc/hosts
From ~/Homestead:
vagrant reload --provision
Unzip thelatest build into your Homestead directory.
If your database user does not have CREATE permissions you will need to create the database we will install to.
Installing from a browser is very easy. Just go to your domain (http://new-domain.com:8000 in this example - 8000 is the port Homestead listens on) and you will be redirected to the installer
Click get started on the welcome screen.
Select or set the appropriate environment. This is really up to you and simply sets the name of the environment you are installing to. For instance: If you are working on your own computer you probably want to select "local" and if you're working on the final server you probably want to select "production"
Provide the appropriate database settings. If the user you provide has CREATE DATABASE privileges then Devise will create the database for you.
Provide the administrators email, username, and password. The password must be at least 8 characters in length.
After clicking next Devise installs it's migrations and seeds into your database and forwards you to the administration screen.
From the root of your project:php artisan devise:install
and follow the prompts which are very similar to the steps above.
Well, that depends on what it is that you want to create. If it's a simple site that only needs content management then you probably just want to import some templates and sprinkle somedata-devise
attributes throughout your code. If it's more application centric then you can connect your front-end to your classes through the API section.
If you're totally lost we strongly suggest you check out theBrewers & Beers project which has several examples of what you can do in Devise.
Please give us your feedback on Devise and the Devise Bootstrap atinfo@devisephp.com
The Laravel framework is open-sourced software licensed under theMIT license
About
Prepackaged version of Devise with configuration ready to rock
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.