#Just Tom - Silex Boilerplate
Current Version: 1.0.0
This is a very simple Silex boilerplate I built for personal use to get small web apps up and running fast. It uses Silex 1.2.2
It has Capistrano integrated for easy deployments and a vagrant file which is provisioned for a lamp stack for testing on.
The frontend uses a bootstrap gulp package
- Clone the repo to your local machine
cdinto the root of the directory- Run
git remote rm originto remove my remote - Run
git remote -vto double check there are no remotes - If you want to, remove the
.gitdirectory - Run
git remote add origin [email protected]:username/repo-name.gitto add a new point of origin to your repository. (Please replaceusername&repo-namewith your own credentials) - Add and commit all the files to the
masterbranch - Run
git push -u origin masterto create the upstream
- Tom Burman
- http://www.justtom.me
- @tom_burman